Set the new ranks to have forum ids of -1
This commit is contained in:
parent
a826501742
commit
1bcbca6f69
@ -48,12 +48,12 @@ public enum PermissionGroup
|
||||
OWNER("owner", "Owner", "Owners are the core managers of Mineplex. \nEach owner manages a different aspect of the \nserver and ensures its efficient operation.", ChatColor.DARK_RED, 55, true, PermissionGroup.LT),
|
||||
|
||||
//SUB-GROUPS
|
||||
QAT("qat", "", "Members of the Quality Assurance Testing team.", ChatColor.WHITE, 50, false),
|
||||
QAT("qat", "", "Members of the Quality Assurance Testing team.", ChatColor.WHITE, -1, false),
|
||||
QA("qa", "", "Members of the Quality Assurance team.", ChatColor.WHITE, 50, false, PermissionGroup.QAT),
|
||||
QAM("qam", "", "Managers of the Quality Assurance team.", ChatColor.WHITE, 50, false, PermissionGroup.QA),
|
||||
CMOD("cmod", "", "Members of the Clans Management team.", ChatColor.WHITE, 46, false),
|
||||
MA("ma", "", "Members of the Mentoring Assistance team.", ChatColor.WHITE, 52, false),
|
||||
STM("stm", "", "Members of the Staff Management team.", ChatColor.WHITE, 52, false, PermissionGroup.MA),
|
||||
MA("ma", "", "Members of the Mentoring Assistance team.", ChatColor.WHITE, -1, false),
|
||||
STM("stm", "", "Members of the Staff Management team.", ChatColor.WHITE, -1, false, PermissionGroup.MA),
|
||||
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),
|
||||
RC("rc", "", "Members of the Rules Committee team.", ChatColor.WHITE, 35, false),
|
||||
|
Loading…
Reference in New Issue
Block a user