1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-08-26 07:44:24 +02:00
This commit is contained in:
i509VCB
2021-01-04 09:23:54 -06:00
committed by GitHub
parent 0a99a96188
commit 21abb94796
35 changed files with 2709 additions and 5 deletions

View File

@@ -73,7 +73,8 @@ public interface Platform {
BUNGEECORD("BungeeCord"),
SPONGE("Sponge"),
NUKKIT("Nukkit"),
VELOCITY("Velocity");
VELOCITY("Velocity"),
FABRIC("Fabric");
private final String friendlyName;