diff --git a/Plugins/Mineplex.Core/src/mineplex/core/account/permissions/PermissionGroup.java b/Plugins/Mineplex.Core/src/mineplex/core/account/permissions/PermissionGroup.java index 40f73ee2b..5915dff3f 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/account/permissions/PermissionGroup.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/account/permissions/PermissionGroup.java @@ -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),