Now CH supports unordered commands. Yay! (Thanks Rigby)

This commit is contained in:
Eric Stokes 2011-07-23 07:57:05 -06:00
parent 9bf993ef12
commit de3e4ec1cb
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 1261045daa106a084a6883d88524c57844cdb135
Subproject commit dbf1fbf8552e1713833a57d489aeaef70140a873

View File

@ -20,9 +20,9 @@ public class HelpCommand extends MultiverseCommand {
this.setName("Get Help with Multiverse");
this.setCommandUsage("/mv " + ChatColor.GOLD + "[PAGE #]");
this.setArgRange(0, 1);
this.addKey("mv help");
this.addKey("mv");
this.addKey("mvhelp");
this.addKey("mv help");
this.setPermission("multiverse.help", "Displays a nice help menu.", PermissionDefault.TRUE);
}