mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-08-26 07:44:24 +02:00
Fabric (#2029)
This commit is contained in:
@@ -73,7 +73,8 @@ public interface Platform {
|
||||
BUNGEECORD("BungeeCord"),
|
||||
SPONGE("Sponge"),
|
||||
NUKKIT("Nukkit"),
|
||||
VELOCITY("Velocity");
|
||||
VELOCITY("Velocity"),
|
||||
FABRIC("Fabric");
|
||||
|
||||
private final String friendlyName;
|
||||
|
||||
|
Reference in New Issue
Block a user