Cleaned up some command issues. Renamed /stats to /mcstats for less

plugin conflicts
This commit is contained in:
GJ
2012-02-22 09:52:58 -05:00
parent 3d5bb334f6
commit 98ed75e4e0
7 changed files with 15 additions and 7 deletions

View File

@@ -317,7 +317,7 @@ public class mcMMO extends JavaPlugin
if(LoadProperties.mmoeditEnable) getCommand("mmoedit").setExecutor(new MmoeditCommand(this));
getCommand("mmoupdate").setExecutor(new MmoupdateCommand());
if(LoadProperties.myspawnEnable) getCommand("myspawn").setExecutor(new MyspawnCommand());
if(LoadProperties.statsEnable) getCommand("stats").setExecutor(new StatsCommand(this));
if(LoadProperties.statsEnable) getCommand("mcstats").setExecutor(new StatsCommand(this));
if(LoadProperties.whoisEnable) getCommand("whois").setExecutor(new WhoisCommand(this));
if(LoadProperties.xprateEnable) getCommand("xprate").setExecutor(new XprateCommand());