mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-07 11:20:32 +01:00
Temp Fix for help command params
This commit is contained in:
parent
0bbb66737e
commit
e0ebfdb806
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user