Temp Fix for help command params

This commit is contained in:
Eric Stokes 2011-07-22 23:27:57 -06:00
parent 0bbb66737e
commit e0ebfdb806

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);
}