mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-01-12 19:30:48 +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.setCommandUsage("/mvremove " + ChatColor.GREEN + " {WORLD}");
|
||||
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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user