mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-07 11:20:32 +01:00
Fix MVWho Closes #44
This commit is contained in:
parent
37914bc4d1
commit
dd129f2776
@ -18,6 +18,8 @@ public class WhoCommand extends MultiverseCommand {
|
||||
this.setName("Who?");
|
||||
this.setCommandUsage("/mvwho" + ChatColor.GOLD + " [WORLD]");
|
||||
this.setArgRange(0, 1);
|
||||
this.addKey("mv who");
|
||||
this.addKey("mvw");
|
||||
this.addKey("mvwho");
|
||||
this.setPermission("multiverse.core.list.who", "States who is in what world.", PermissionDefault.OP);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user