mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-01-27 18:51:23 +01:00
Fixed the Remove command having the wrong command.
This commit is contained in:
parent
d9530061ff
commit
320a8dfebf
@ -15,7 +15,7 @@ public class RemoveCommand extends MultiverseCommand {
|
|||||||
this.setName("Remove World");
|
this.setName("Remove World");
|
||||||
this.setCommandUsage("/mvremove " + ChatColor.GREEN + " {WORLD}");
|
this.setCommandUsage("/mvremove " + ChatColor.GREEN + " {WORLD}");
|
||||||
this.setArgRange(1, 1);
|
this.setArgRange(1, 1);
|
||||||
this.addKey("mvcoord");
|
this.addKey("mvremove");
|
||||||
this.setPermission("multiverse.core.remove", "Unloads a world from Multiverse and removes it from worlds.yml, this does NOT remove the world folder.", PermissionDefault.OP);
|
this.setPermission("multiverse.core.remove", "Unloads a world from Multiverse and removes it from worlds.yml, this does NOT remove the world folder.", PermissionDefault.OP);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user