mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
Merge branch 'master' of https://github.com/CivClassic/NameLayer
* 'master' of https://github.com/CivClassic/NameLayer: Disable merge command Disable merge command
This commit is contained in:
@@ -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"));
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user