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

@@ -37,7 +37,7 @@ public class StatsCommand implements CommandExecutor {
if (!(sender instanceof Player)) {
if(args.length != 1) {
sender.sendMessage("Usage: stats <username>");
sender.sendMessage("Usage: mcstats <username>");
return true;
} else {
Player temp = plugin.getServer().getPlayer(args[0]);