From 1bcbca6f6989a4576bc09804a507a3a624fe4577 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 3 Jul 2018 17:12:00 +0100 Subject: [PATCH] Set the new ranks to have forum ids of -1 --- .../mineplex/core/account/permissions/PermissionGroup.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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),