mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-25 00:25:28 +02:00
Cleaned up some command issues. Renamed /stats to /mcstats for less
plugin conflicts
This commit is contained in:
@@ -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]);
|
||||
|
Reference in New Issue
Block a user