* 'master' of https://github.com/CivClassic/NameLayer:
  Disable merge command
  Disable merge command
This commit is contained in:
Alexander
2021-03-22 04:28:21 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ public class CommandHandler {
addCommands(new ListGroups("ListGroups"));
addCommands(new ListMembers("ListMembers"));
addCommands(new ListPermissions("ListPermissions"));
addCommands(new MergeGroups("MergeGroups"));
//addCommands(new MergeGroups("MergeGroups")); Disabled as it's currently semi broken
addCommands(new ModifyPermissions("ModifyPermissions"));
addCommands(new RemoveMember("RemoveMember"));
addCommands(new SetPassword("SetPassword"));

View File

@@ -35,8 +35,8 @@ commands:
aliases: [nllistpermissions, nllistperms, listpermissions]
nlpp:
aliases: [nlpromoteplayer, nlpromote, promoteplayer, ctpromote, ctaddmod, ctam, addmod]
nlmg:
aliases: [nlmergegroups, nlmerge, mergegroup, mergegroups, merge]
#nlmg:
#aliases: [nlmergegroups, nlmerge, mergegroup, mergegroups, merge]
nlmp:
aliases: [nlmodifyperms, nlmodifypermissions, nlmodperms, modifypermissions]
nlrm: