updated /ds help for new commands

This commit is contained in:
Gibstick 2013-07-18 21:20:11 -04:00
parent c988e9a723
commit b59ccc776f
2 changed files with 2 additions and 1 deletions

BIN
dist/DiscoSheep.jar vendored

Binary file not shown.

View File

@ -67,8 +67,9 @@ public class DiscoSheepCommandExecutor implements CommandExecutor {
sender.sendMessage(ChatColor.YELLOW + "DiscoSheep Help\n" sender.sendMessage(ChatColor.YELLOW + "DiscoSheep Help\n"
+ ChatColor.GRAY + " Subcommands\n" + ChatColor.WHITE + ChatColor.GRAY + " Subcommands\n" + ChatColor.WHITE
+ "me: start a party for yourself\n" + "me: start a party for yourself\n"
+ "stop: stop your own party\n"
+ "all: start a party for all players on the server\n" + "all: start a party for all players on the server\n"
+ "stop: stop all parties (takes no arguments)\n" + "stopall: stop all parties (takes no arguments)\n"
+ "other <players>: start a party for the space-delimited list of players\n" + "other <players>: start a party for the space-delimited list of players\n"
+ ChatColor.GRAY + " Arguments\n" + ChatColor.WHITE + ChatColor.GRAY + " Arguments\n" + ChatColor.WHITE
+ "-n <integer>: set the number of sheep per player that spawn\n" + "-n <integer>: set the number of sheep per player that spawn\n"