Added /addlevels command (Implements MCCORE-23)

This commit is contained in:
GJ
2012-02-24 21:05:01 -05:00
parent 73f1c08366
commit 649bccb0d0
7 changed files with 133 additions and 2 deletions

View File

@@ -313,6 +313,7 @@ public class mcMMO extends JavaPlugin
//Other commands
if(LoadProperties.addxpEnable) getCommand("addxp").setExecutor(new AddxpCommand(this));
if(LoadProperties.addlevelsEnable) getCommand("addlevels").setExecutor(new AddlevelsCommand(this));
if(LoadProperties.clearmyspawnEnable) getCommand("clearmyspawn").setExecutor(new ClearmyspawnCommand());
if(LoadProperties.mmoeditEnable) getCommand("mmoedit").setExecutor(new MmoeditCommand(this));
getCommand("mmoupdate").setExecutor(new MmoupdateCommand());