All /f fly permissions converted to Permission Enum. Why were they just strings? I didnt even know all these perms were a thing until now bc they were not in the enum.
Signed-off-by: DroppingAnvil <dr0pping.4nvi1@gmail.com>
This commit is contained in:
@@ -36,6 +36,13 @@ public enum Permission {
|
||||
DISBAND_ANY("disband.any"),
|
||||
DISCORD("discord"),
|
||||
FLY("fly"),
|
||||
FLY_WILD("factions.fly.wilderness"),
|
||||
FLY_SAFEZONE("factions.fly.safezone"),
|
||||
FLY_WARZONE("factions.fly.warzone"),
|
||||
FLY_ENEMY("factions.fly.enemy"),
|
||||
FLY_ALLY("factions.fly.ally"),
|
||||
FLY_TRUCE("factions.fly.truce"),
|
||||
FLY_NEUTRAL("factions.fly.neutral"),
|
||||
FOCUS("focus"),
|
||||
GLOBALCHAT("globalchat"),
|
||||
GRACE("grace"),
|
||||
|
||||
Reference in New Issue
Block a user