mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-04 05:25:28 +02:00
Update /mcremove to use the Bukkit CommandAPI.
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user