Added GameMode command.

This commit is contained in:
EvilSeph
2011-09-14 17:22:50 -04:00
parent 3524fde5ff
commit 39c0d81832
5 changed files with 100 additions and 3 deletions

View File

@@ -32,6 +32,7 @@ public class HelpCommand extends VanillaCommand {
sender.sendMessage("list lists all currently connected players");
sender.sendMessage("say <message> broadcasts a message to all players");
sender.sendMessage("time <add|set> <amount> adds to or sets the world time (0-24000)");
sender.sendMessage("gamemode <player> <mode> sets player\'s game mode (0 or 1)");
return true;
}