**DOES** require OP removed as inaccurate. *Defaults to op* might be accurate, but it's pointless when ALL commands default to op.

Psithief 2011-11-01 23:05:06 -07:00
parent 1a34b15414
commit 4e0300f581

@ -362,7 +362,6 @@ Unloads a world from the Bukkit server.
`/mvunload ...`
#### Permission:
`multiverse.core.unload`
**DOES** require OP
#### Details:
This command will **ONLY** unload the world from the server. It does **NOT** remove it from the Multiverse Configs OR delete the world folder.
@ -382,7 +381,6 @@ Unloads a world from the Bukkit server and removes it from the MV configs.
`/mvremove ...`
#### Permission:
`multiverse.core.remove`
**DOES** require OP
#### Details:
This command will unload the world from the server **AND** remove it from the Multiverse Configs. It will **NOT** delete the world folder.
@ -402,7 +400,6 @@ Unloads a world from the Bukkit server, removes it from the MV configs **AND** _
`/mvdelete ...`
#### Permission:
`multiverse.core.delete`
**DOES** require OP
#### Details:
This command will destroy the life, universe and everything associated with the world you pass as a parameter. For this reason, this command requires [`/mv confirm`](#wiki-confirm). Here is an example usage:
@ -450,7 +447,6 @@ Removes the specified entities from the specified worlds
`/mvpurge`
#### Permission:
`multiverse.core.purge`
**DOES** require OP
#### Details:
The Purge command allows you to remove all of a specified type of entity from a world. Understand that if the spawn rules allow the purged type of mob to spawn, they'll populate almost instantly after the purge. This is used to clear out any remaining mobs from a setting change or if a user abuses a mob spawn command (Like the `/adopt` command from the awesome WolfPound plugin).
@ -487,7 +483,6 @@ Modifies a world's variable
`/mvmset ...`
#### Permission:
`multiverse.core.modify`
**DOES** require OP
#### Details:
The modify command lets you set the variables for your Multiverse worlds in game without needing to ever edit a config file. The `set` command sets a non-array value. An example would be turning animal spawning on, or setting the world scale to 2. The PROPERTY value that is required for this command must be one of the values listed below. If you do not specify a world, the current world will be used. A world is __required__ from the console.
@ -537,7 +532,6 @@ Adds or Removes a value to a world's property
`/mvmremove ...`
#### Permission:
`multiverse.core.modify`
**DOES** require OP
#### Details:
The modify command lets you add or remove values in each world without needing to ever edit a config file. The `add` and `remove` sub-commands allow you to add and remove values from variables that contain lists, such as player white lists or which animals are allowed to spawn. If you do not specify a world, the current world will be used. A world is __required__ from the console.