mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-15 07:05:28 +01:00
Merge pull request #1437 from jflory7/patch-1
Corrected command example to proper command
This commit is contained in:
commit
79f8f6bd55
@ -27,7 +27,7 @@ public class DeleteCommand extends MultiverseCommand {
|
|||||||
this.setArgRange(1, 1);
|
this.setArgRange(1, 1);
|
||||||
this.addKey("mvdelete");
|
this.addKey("mvdelete");
|
||||||
this.addKey("mv delete");
|
this.addKey("mv delete");
|
||||||
this.addCommandExample("/mv create " + ChatColor.GOLD + "MyWorld");
|
this.addCommandExample("/mv delete " + ChatColor.GOLD + "MyWorld");
|
||||||
this.setPermission("multiverse.core.delete", "Deletes a world on your server. " + ChatColor.RED + "PERMANENTLY.", PermissionDefault.OP);
|
this.setPermission("multiverse.core.delete", "Deletes a world on your server. " + ChatColor.RED + "PERMANENTLY.", PermissionDefault.OP);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user