Update /mcremove to use the Bukkit CommandAPI.

This commit is contained in:
GJ
2013-02-06 12:49:43 -05:00
parent 7e70c4001b
commit 6be0714872
5 changed files with 35 additions and 41 deletions

View File

@@ -284,7 +284,7 @@ public class mcMMO extends JavaPlugin {
// mc* commands
CommandRegistrationHelper.registerMcpurgeCommand();
getCommand("mcremove").setExecutor(new McremoveCommand());
CommandRegistrationHelper.registerMcremoveCommand();
CommandRegistrationHelper.registerMcabilityCommand();
getCommand("mcc").setExecutor(new MccCommand());
CommandRegistrationHelper.registerMcgodCommand();