Add RC, FN ranks
This commit is contained in:
parent
1a54911231
commit
21af431e9e
@ -55,6 +55,8 @@ public enum PermissionGroup
|
|||||||
MC("mc", "", "Members of the Moderator Coordination team.", ChatColor.WHITE, 49, false),
|
MC("mc", "", "Members of the Moderator Coordination team.", ChatColor.WHITE, 49, false),
|
||||||
EVENTMOD("eventmod", "", "Members of the Event Management team.", ChatColor.WHITE, -1, false),
|
EVENTMOD("eventmod", "", "Members of the Event Management team.", ChatColor.WHITE, -1, false),
|
||||||
CMA("cma", "", "Members of the Clans Management Assistance team.", ChatColor.WHITE, -1, false),
|
CMA("cma", "", "Members of the Clans Management Assistance team.", ChatColor.WHITE, -1, false),
|
||||||
|
RC("rc", "", "Members of the Rules Committee team.", ChatColor.WHITE, 35, false),
|
||||||
|
FN("fn", "", "Members of the Forum Ninja team", ChatColor.WHITE, -1, false)
|
||||||
|
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user