Revert e8d3ffee01b1c4f54ae4014c4bae2d6815402c17 ... cad8c80fb483d8f6999a9d9337492fe45ab2e0a3

main-- 2012-02-01 11:30:27 -08:00
parent cad8c80fb4
commit dbfad5d984
1 changed files with 665 additions and 0 deletions

665
Command-Reference.md Normal file

@ -0,0 +1,665 @@
# Multiverse Command Reference
If you're looking for the [Multiverse-Portals](https://github.com/Multiverse/Multiverse-Portals/wiki/Command-Reference) or [Multiverse-NetherPortals](https://github.com/Multiverse/Multiverse-NetherPortals/wiki/Command-Reference) Command References, click the links!
**Looking for just the permissions?**
[[Big List O Permissions]]
## <a name="top" href="#wiki-top"></a>Index
1. [Introduction](#wiki-intro)
1. [Help Command](#wiki-help)
1. [List Command](#wiki-list)
1. [Information Command](#wiki-info)
1. [Create Command](#wiki-create)
1. [Import Command](#wiki-import)
1. [Reload Command](#wiki-reload)
1. [Set Spawn Command](#wiki-setspawn)
1. [Coordinate Command](#wiki-coord)
1. [Teleport Command](#wiki-teleport)
1. [Who Command](#wiki-who)
1. [Spawn Command](#wiki-spawn)
1. [Unload Command](#wiki-unload)
1. [Remove Command](#wiki-remove)
1. [Delete Command](#wiki-delete)
1. [Confirm Command](#wiki-confirm)
1. [Purge Command](#wiki-purge)
1. [Modify Command](#wiki-modify)
* [Set](#wiki-modify_set)
* [Add](#wiki-modify_addremove)
* [Remove](#wiki-modify_addremove)
* [Clear](#wiki-modify_clear)
1. [Environment Command](#wiki-env)
1. [Sleep Command - **DISABLED**](#wiki-sleep)
[↑ Back to Top ↑](#wiki-top)
## <a name="intro" href="#wiki-intro"></a>Introduction
In Multiverse 2, we have included a handy new help system. To access this help, simply type:
[`/mv`](#help)
In order to properly read this command reference, we'll walk through reading the "usage" of a command.
#### Command Case
Whenever reading this wiki or the in game `[/mv](#help)` help, you should remember that items in __ALL CAPPS__ should be replaced with a variable. Items in lowercase should be typed exactly how they appear.
#### Optional vs. Required Params
Items inside square braces (`[]`) are __OPTIONAL__ where items inside curly braces (`{}`) are __REQUIRED__
#### Simple command example
Let's look at a simple one first:
`[/mv info [WORLD]](#wiki-info)`
This means that this command has one optional parameter, meaning you could type [`/mv info`](#wiki-info) __or__ [`/mv info world`](#wiki-info). Obviously the command will do different things with or without it's params. You can tell what those effects are by reading this wiki.
#### Complex command example
Let's look at the most complex example:
_NOTE: This is the most complex command in MV2 and in order to use it correctly, please refer to the [Create Command](#wiki-create)._
[`/mv create {NAME} {ENV} -s [SEED] -g [GENERATOR[:ID]]`](#wiki-create)
At first you will notice that there are 2 required params, __NAME__ and __ENV__. Then you will see the flags afterwards. If you want to use a [[seed|World-Properties#wiki-seed]] you must add `-s gargamel` to the command string. If you want a [[generator|World-Properties#wiki-generator]] the same principle applies: `-g BukkitFullOfMoon`. Full examples of this command are located at the [Create Command reference](#wiki-create)
[Back to Top](#wiki-top)
## <a name="list" href="#wiki-list"></a>List Command
#### Description:
Displays a listing of all worlds that you can enter.
#### Usage:
`/mv list`
#### Example:
`/mv list`
#### Aliases:
`/mv list`
`/mvl`
`/mvlist`
#### Permission:
`multiverse.core.list.worlds`
#### Details:
The list command will only show you the worlds that you have access to enter. For example, if you are blacklisted in `sky` but not in `world` and `world_nether`, when you type `/mvlist` you would see:
Worlds which you can view:
world - NORMAL
world_nether - NETHER
This allows you to have worlds that are completely unknown to people. Keep in mind though, if you're in a world that someone else cannot view, and you chat from it, your chat prefix would be of that world.
![Example World List](http://i.minus.com/ielLOjTOP.png)
Here is an example of a world listing. __NOTE:__ To get colored worlds, you will need to use the [[world alias feature|World-properties#wiki-alias]].
[Back to Top](#wiki-top)
## <a name="help" href="#wiki-help"></a>Help Command
#### Description:
Displays the Multiverse help pages.
#### Usage:
`/mv [FILTER] [PAGE #]`
#### Examples:
`/mv`
`/mv 3`
`/mvh del`
`/mvh mod 2`
#### Aliases:
`/mv`
`/mvh`
`/mvhelp`
`/mv help`
`/mvsearch`
`/mv search`
#### Permission:
`multiverse.help`
#### Details:
Displays an in game help menu for Multiverse. This will only show users commands they have access to. Use the optional integer parameter to indicate which page you would like to view. The total number of pages will be displayed once you use `/mv` for the first time.
The help command now supports searching! This means if you type `/mvh del` you will see a list of all commands whose `name`, `description`, `alias(s)` or `usage` contain 'del'. These results may be paged, depending on how long your search string, so to see another page of a search simply do: `/mvh del 2`.
__NOTE:__ When searching, if you try: `/mv delete` you will see the help for the __Delete Command__. This is because you have hit the nail on the head with your search: you typed the exact name of a command! If you wish to __search__ for any commands that contain the word 'delete', use any of the other help aliases: `/mvh delete`, `/mvhelp delete`, `/mv help delete`...
![Example use of the Help command when an OP](http://i.minus.com/ieuxjiQ1y.png)
Here is an example use of the Help command while given OP status. This example also has [Multiverse-Portals](https://github.com/Multiverse/Multiverse-Portals/wiki/) and [Mutliverse-NetherPortals](https://github.com/Multiverse/Multiverse-NetherPortals/wiki/) installed, which is why there are 5 pages.
[Back to Top](#wiki-top)
---
## <a name="info" href="#wiki-info"></a>Information Command
#### Description:
Displays information about the world you're in or the world you pass in.
#### Usage:
`/mv info [WORLD] [PAGE #]`
#### Examples:
`/mv info`
`/mv info 2`
`/mv info world`
`/mv info world 2`
#### Aliases:
`/mv info ...`
`/mvi ...`
`/mvinfo ...`
#### Permission:
`multiverse.core.info`
#### Details:
The info command is currently __UNFINISHED__ it is primarily used so that you can tell the developers exactly how MV knows your world is configured. You can also use it to ensure that the world is behaving the way you want it to. Please consider this a debug command for right now.
![Page 1 of the Information Command](http://i.minus.com/icuU8nvs6.png)
[Back to Top](#wiki-top)
---
## <a name="create" href="#wiki-create"></a>Create Command
#### Description:
Creates a new world and loads it.
#### Usage:
`/mv create {NAME} {ENV} -s [SEED] -g [GENERATOR[:ID]]`
#### Examples:
`/mv create my_world NORMAL`
`/mv create my_hell NETHER`
`/mv create my_cloud_world SKYLANDS`
`/mv create flat_world NORMAL -t FLAT`
`/mv create "My World with spaces in the name" NORMAL` [***](#wiki-spacesnote)
`/mv create "My Seed World" NORMAL -s gargamel` [***](#wiki-spacesnote)
`/mv create "My Seed World" NORMAL -s "Seed With Spaces!"` [***](#wiki-spacesnote)
`/mv create moon NORMAL -g BukkitFullOfMoon`
`/mv create "Custom world with a generator and an ID" NORMAL -g BukkitFullOfMoon:Dinnerbone` [***](#wiki-spacesnote)
`/mv create "Custom generator world with seed" NORMAL -g BukkitFullOfMoon:Dinnerbone -s gargamel` [***](#wiki-spacesnote)
`/mv create example NORMAL -g "BananaGen:hilly,tscale=35.0,terrainheight=15.0,notorches"` [***](#wiki-spacesnote)
#### Aliases:
`/mv create ...`
`/mvc ...`
`/mvcreate ...`
#### Permission:
`multiverse.core.create`
#### Details:
The create command allows you to add new worlds to your server thus allowing many different worlds of many different types. Each world has many properties that you can edit and tweak. Please see the [[World Properties]] page for information on each of these settings. In addition, you can modify worlds **in game** by using the [`/mv modify`](#wiki-modify) command. Please see the appropriate section below for [[Seeds|World-Properties#wiki-seeds]] or [[Custom Generators|World-Properties#wiki-generators]].
##### World Name and Environment
When you are going to create a new world you MUST specify a name and environment. Valid environments can be seen by using [`/mv env`](#wiki-env). Your world names **CAN** have spaces[***](#wiki-spacesnote), but we recommend you keep your folder names sensible and use the [[Alias Feature|World-Properties#wiki-alias]]
##### <a name="seeds" href="#wiki-seeds"></a>Seeds
You can create a world with a custom seed by adding `-s SEEDNAME` after the 2 required params. Here is an example that creates the famed gargamel world and names it mountain\_world:
`/mv create mountain_world NORMAL -s gargamel`
You can use spaces in your seeds as long as you surround them with quotes. You cannot use a seed name with quotes in it
##### <a name="worldtypes" href="#wiki-worldtypes"></a>World Types
As of minecraft 1.1, the concept of world types has been introduced. These seem to be like generators, but baked into minecraft itself. To use a generator, simply use the `-t` parameter, for type. Here is a flat normal world:
`/mv create flat_world NORMAL -t FLAT`
Currently, there are only `FLAT` and `NORMAL` for world types.
##### <a name="generators" href="#wiki-generators"></a>Generators
Multiverse 2 supports Custom Generators. What does this mean? We support any plugin that makes use of the Bukkit custom generator feature. If an author has implemented their own style that does NOT use the custom generator method [described here](http://forums.bukkit.org/threads/22795/), it may not work with MV. We will try and keep an updated page of [[Custom Generator Plugins]].
Once you've found a plugin you want to use, copy the jar of that plugin to your plugins folder. Then all that's left to do is type a single command:
(For this example I've decided to use [BukkitFullOfMoon](https://github.com/Dinnerbone/BukkitFullOfMoon) which will generate a cratered moon world by @Dinnerbone).
`/mv create moon NORMAL -g BukkitFullOfMoon`
The `BukkitFullOfMoon` above is the plugin name. This plugin only has one generator, and it's defined correctly, so the `:GENID` is needed. Some plugins may contain multiple generators, in which case you would type this: (This next one I'm making up entirely...)
`/mv create land_lake NORMAL -g WaterWorlds:Lakes`
OR
`/mv create hell_lake NORMAL -g WaterWorlds:LavaLakes`
#### <a name="spacesnote"></a>\*\*\*A note about spaces in world names:
You should know that if you decide to use spaces in your world name that whenever people want to use [`/mv tp`](#wiki-teleport), [`/mv modify`](#wiki-modify) or any command that takes the world name as a param, they will have to surround the name in quotes, like so:
`/mv tp "My world name with spaces"`
`/mv tp My world name with spaces` will NOT work.
[Back to Top](#wiki-top)
---
## <a name="import" href="#wiki-import"></a>Import Command
#### Description:
Imports an existing world folder.
#### Usage:
`/mv import {NAME} {ENV} [GENERATOR[:ID]]`
#### Examples:
`/mv import my_world NORMAL`
`/mv import my_hell NETHER`
`/mv import my_cloud_world SKYLANDS`
`/mv import "My World with spaces in the name" NORMAL`[\*\*\*](#wiki-spacesnote)
`/mv import moon NORMAL -g BukkitFullOfMoon`
#### Aliases:
`/mv import ...`
`/mvi ...`
`/mvimport ...`
#### Permission:
`multiverse.core.import`
#### Details:
The import command is almost identical to the create command apart from the fact that it is used to import a world folder that already exists. Since the world already exists, you cannot apply a new seed to it, however currently you **MUST** provide the correct environment **AND** Generator for the imported world. If you do not, bad things will happen to your world. We are working to remove these requirements. For this command you do NOT need the `-g` when specifying a generator and in fact you will receive an error message if you provide the `-g`.
[Back to Top](#wiki-top)
---
## <a name="reload" href="#wiki-reload"></a>Reload Command
#### Description:
Reloads worlds.yml and `[[config.yml]]`.
#### Usage:
`/mv reload`
#### Examples:
`/mv reload`
#### Aliases:
`/mv reload`
`/mvr`
`/mvreload`
#### Permission:
`multiverse.core.reload`
#### Details:
The reload command will reload any Multiverse-Core as well as __any Official Multiverse Plugin__ configs. Any values currently loaded into memory will be replaced with the config values. These configs also get reloaded on plugin load/server restart, so there is no need to use if after one of those. Any value in `worlds.yml` can be modified in game by using the `[/mvmodify](#wiki-modify)`command
[Back to Top](#wiki-top)
---
## <a name="setspawn" href="#wiki-setspawn"></a>Set Spawn Command
#### Description:
Sets the respawn point for the current world.
#### Usage:
`/mv set spawn`
#### Examples:
`/mv set spawn`
#### Aliases:
`/mv set spawn`
`/mvss`
`/mvsetspawn`
#### Permission:
`multiverse.core.spawn.set`
#### Details:
The set spawn command does exactly what it sounds like. You can walk to where you want players to spawn, type `/mv set spawn` and it's set. To go to the spawn you can use [`/mv spawn`](#wiki-spawn).
[Back to Top](#wiki-top)
---
## <a name="coord" href="#wiki-coord"></a>Coordinate Command
#### Description:
Displays your current coordinates.
#### Usage:
`/mv coord`
#### Examples:
`/mv coord`
#### Aliases:
`/mv coord`
`/mvcoord`
#### Permission:
`multiverse.core.coord`
#### Details:
This command simply displays where you are and where you're looking/standing. Useful for getting un-lost.
[Back to Top](#wiki-top)
---
## <a name="teleport" href="#wiki-teleport"></a>Teleport Command
#### Description:
Allows you to teleport to a different world.
#### Usage:
`/mv tp [PLAYER] {WORLD}`
#### Examples:
`/mv tp world`
`/mv tp Rigby90 world_nether`
#### Aliases:
`/mv tp ...`
`/mvtp ...`
#### Permission:
`multiverse.teleport.self.NAME`
`multiverse.teleport.other.NAME`
#### Details:
The teleport command allows you to teleport yourself or others to a specified world. There are many different permissions associated with this command, with the categories being `self` and `other`; allowing you to teleport yourself and others respectively.
Each Type of [[Destination|Destinations]] will have each of the permissions (`self` and `other`) assoicated with it. The most basic example is for worlds:
multiverse.teleport.self.w
multiverse.teleport.other.w
The letter(s) at the end are the identifier for the destination. This is the same thing you would put before the destination if you teleport to it: `/mv tp w:MyWorld`. So Portals would be:
multiverse.teleport.self.p
multiverse.teleport.other.p
Even if you have the `multiverse.teleport.other.w` permission, you can only teleport people to worlds where **YOU** can go yourself. This will allow you to teleport a player to a world that they themselves cannot go to, as long as you have the permission to do so.
Please see the [[FAQ|FAQ#wiki-tp-perms]] for why this change was made (Old permissions were simply `multiverse.core.tp.[self|other]`!
[Back to Top](#wiki-top)
---
## <a name="who" href="#wiki-who"></a>Who Command
#### Description:
Displays who is in which world(s).
#### Usage:
`/mv who [WORLD|-a]`
#### Examples:
`/mv who`
`/mv who world_nether`
`/mv who -a`
`/mv who --all`
#### Aliases:
`/mv who ...`
`/mvw ...`
`/mvwho ...`
#### Permission:
`multiverse.core.list.who`
#### Details:
Displays who is currently in which worlds. If you want to see who is in a specific world, pass the world name in as the only parameter. By default, `/mv who` will __not__ show worlds that are empty. If you want to see __all__ worlds simply add either `-a` or `--all` to the end of your command: `/mvwho -a`. The `-a`/`--all` flag will __override__ a world provided.
![An example showing who's in what world](http://i.minus.com/ibNugBltq.png)
Here is an example of the `mv who` command in use combined with both [[world aliases and colors|World-properties#wiki-alias]].
[Back to Top](#wiki-top)
---
## <a name="spawn" href="#wiki-spawn"></a>Spawn Command
#### Description:
Teleports you to the spawn.
#### Usage:
`/mv spawn [PLAYER]`
#### Examples:
`/mv spawn`
`/mv spawn lithium3141`
#### Aliases:
`/mv spawn ...`
`/mvs ...`
`/mvspawn ...`
#### Permission:
`multiverse.core.spawn.self`
`multiverse.core.spawn.other`
#### Details:
Allows you to teleport yourself (or another player) to the current world's spawn. If you want to teleport a player to a different world or different location within a world please see [`/mv tp`](#wiki-teleport). This command does tell the teleportee who teleported them, even if it was the console. This is done to prevent admin abuse.
[Back to Top](#wiki-top)
---
## <a name="unload" href="#wiki-unload"></a>Unload Command
#### Description:
Unloads a world from the Bukkit server.
#### Usage:
`/mv unload {WORLD}`
#### Examples:
`/mv unload world`
#### Aliases:
`/mv unload ...`
`/mvunload ...`
#### Permission:
`multiverse.core.unload`
#### 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.
See also: [/`mv remove`](#wiki-remove) and [`/mv delete`](#wiki-delete)
[Back to Top](#wiki-top)
## <a name="remove" href="#wiki-remove"></a>Remove Command
#### Description:
Unloads a world from the Bukkit server and removes it from the MV configs.
#### Usage:
`/mv remove {WORLD}`
#### Examples:
`/mv remove world`
#### Aliases:
`/mv remove ...`
`/mvremove ...`
#### Permission:
`multiverse.core.remove`
#### Details:
This command will unload the world from the server **AND** remove it from the Multiverse Configs. It will **NOT** delete the world folder.
See also: [`/mv unload`](#wiki-unload) and [`/mv delete`](#delete)
[Back to Top](#wiki-top)
---
## <a name="delete" href="#wiki-delete"></a>Delete Command
#### Description:
Unloads a world from the Bukkit server, removes it from the MV configs **AND** _DELETES_ the world folder.
#### Usage:
`/mv delete {WORLD}`
#### Examples:
`/mv delete world`
#### Aliases:
`/mv delete ...`
`/mvdelete ...`
#### Permission:
`multiverse.core.delete`
#### 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:
`/mv delete world`
\*You now have 10 seconds to type [`/mv confirm`](#wiki-confirm) or the world will **NOT** be deleted.\*
See also: [`/mv confirm`](#wiki-confirm), [`/mv unload`](#wiki-unload) and [`/mv remove`](#wiki-remove)
[Back to Top](#wiki-top)
---
## <a name="confirm" href="#wiki-confirm"></a>Confirm Command
#### Description:
Confirms an action that could destroy the life, the universe and everything.
#### Usage:
`/mv confirm`
#### Examples:
`/mv confirm`
#### Aliases:
`/mv confirm`
`/mvconfirm`
#### Permission:
`multiverse.core.confirm`
#### Details:
This command will confirm a requested action. See the [`/mv delete`](#wiki-delete) command for an example use. If you fire up your server and type `/mv confirm`, nothing will happen.
See also: [`/mv delete`](#wiki-delete) and [`/mv tp`](#wiki-teleport)
[Back to Top](#wiki-top)
---
## <a name="purge" href="#wiki-purge"></a>Purge Command
#### Description:
Removes the specified entities from the specified worlds
#### Usage:
`/mv purge [WORLD|all] {all|animals|monsters|MOBNAME}`
#### Examples:
`/mv purge all`
`/mv purge world all`
`/mv purge all all`
`/mv purge world CREEPER`
`/mv purge world CREEPER,PIG,ZOMBIE`
`/mv purge all monsters`
#### Aliases:
`/mv purge`
`/mvpurge`
#### Permission:
`multiverse.core.purge`
#### 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).
If you specify the first parameter as `all` All worlds will be purged of the specified mob type. You are allowed to specify multiple mob types. Feel free to mix monsters and animals.
[Back to Top](#wiki-top)
---
## <a name="modify" href="#wiki-modify"></a>Modify Command
#### Description:
The modify command has been documented as 4 separate sections for easier documentation. Please see the links below.
#### Usage:
[`/mv modify set ...`](#wiki-modify_set)
[`/mv modify add ...`](#wiki-modify_addremove)
[`/mv modify remove ...`](#wiki-modify_addremove)
[`/mv modify clear ...`](#wiki-modify_clear)
[Back to Top](#wiki-top)
---
## <a name="modify_set" href="#wiki-modify_set"></a>Modify Command (Set)
#### Description:
Modifies a world's variable
#### Usage:
`/mv modify set {PROPERTY} {VALUE} [WORLD]`
#### Examples:
`/mv modify set animals false`
`/mv modify set pvp true world`
`/mv modify set diff 0`
`/mv modify set diff hard world_extreme`
`/mv modify set respawn respawn_world death_world`
#### Aliases:
`/mv modify set ...`
`/mvmodify set ...`
`/mvm set ...`
`/mvmset ...`
#### Permission:
`multiverse.core.modify`
#### 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.
##### Variables you can set:
* alias - String
* color - String
- Must be one of these: `AQUA, BLACK, BLUE, DARKAQUA, DARKBLUE, DARKGRAY, DARKGREEN, DARKPURPLE, DARKRED, GOLD, GRAY, GREEN, LIGHTPURPLE, RED, YELLOW, WHITE`
* animals - Boolean
* monsters - Boolean
* pvp - Boolean
* scale/scaling - Double
* price - How much it costs to enter the world. Enter 0 for free
* currency/curr - What it costs to enter the world in the form of an Item ID (-1 to use the econ plugin you have installed)
* respawn - String
- This value can either be the Name of a world or the Alias of that world. Space CAN be used.
* mode/gamemode - String
- Sets the mode for all players in a world. Must be `creative` or `survival`
* diff/difficulty - String/Integer
- Sets the difficulty of a world. You can use string or integers:
- Possible values are PEACEFUL - 0, EASY - 1, MEDIUM - 2, HARD - 3
See the [[World Properties]] page for more detail on these variables.
The second item is the type required. This means you cannot do `/mv modify set scale fish` or `/mv modify set animals 7`
#####A note about animals and monsters:
The `animals` and `monsters` values when used with `set` will set the overall spawn behavior of animals/monsters. If you have any monsters in the `monsters` list and you `/mv modify set monsters true` you're saying: "I want monsters to spawn, __except__ the ones in the monsters list"
See also: [`/mv modify {add/remove}`](#wiki-modify_addremove) and [`/mv modify clear`](#wiki-modify_clear)
---
[Back to Top](#wiki-top)
## <a name="modify_addremove" href="#wiki-modify_addremove"></a>Modify Command (Add/Remove)
#### Description:
Adds or Removes a value to a world's property
#### Usage:
`/mvmodify {add|remove} {VALUE} {PROPERTY} [WORLD]`
#### Examples:
`/mvmodify add creeper monsters`
`/mvmodify remove sheep animals world_nether`
#### Aliases:
`/mvmodify {add|remove} ...`
`/mv modify {add|remove} ...`
`/mvm add|remove} ...`
`/mvmadd ...`
`/mvmremove ...`
#### Permission:
`multiverse.core.modify`
#### 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.
##### Variables you can add to or remove from:
* worldblacklist - String: What worlds can you not go to from here.
* animals - String
* monsters - String
See the [[World Properties]] page for more detail on these variables.
The second item is the type required. This means you cannot do `/mvmodify add fernferret blockblacklist
#####A note about animals and monsters:
The `animals` and `monsters` values when used with `add` or `remove` will add or remove __specific__ animals/monsters. If you have the monsters (the boolean one that you can use `set` with) set to true and then add monsters to the list using `/mvmodify add` You are saying "I want monsters to spawn, __except__ the ones in the monsters list"
See also: [`/mvmodify set`](#modify_set) and [`/mvmodify clear`](#modify_clear)
[Back to Top](#wiki-top)
---
## <a name="modify_clear" href="#wiki-modify_clear"></a>Modify Command (Clear)
#### Description:
Clears all values from a list property
#### Usage:
`/mv modify clear {PROPERTY} [WORLD]`
#### Examples:
`/mv modify clear playerwhitelist`
`/mv modify clear monsters world_nether`
#### Aliases:
`/mvmodify clear ...`
`/mv modify clear ...`
`/mvm clear ...`
`/mvmclear ...`
#### Permission:
`multiverse.core.modify`
#### Details:
The modify clear command lets you clear an entire list without having to use a bunch of `/mv modify remove ...` commands. If you do not specify a world, the current world will be used. A world is __required__ from the console.
##### Variables you can clear:
* worldblacklist
* animals
* monsters
See the [[World Properties]] page for more detail on these variables.
See also: [`/mv modify set`](#wiki-modify_set) and [/mv modify {add&#166;remove}](#wiki-modify_addremove)`
[Back to Top](#wiki-top)
---
## <a name="env" href="#wiki-env"></a>Environment Command
#### Description:
Displays the valid environments.
#### Usage:
`/mv env`
#### Examples:
`/mv env`
#### Aliases:
`/mvenv`
`/mv env`
#### Permission:
`multiverse.core.list.environments`
#### Details:
Displays all valid environments that this Bukkit server knows about.
[Back to Top](#wiki-top)
---
## <a name="sleep" href="#wiki-sleep"></a>Sleep Command \*\*WARNING: THIS COMMAND IS CURRENTLY BROKEN!!!\*\*
#### Description:
Takes you to the last bed you slept in.
#### Usage:
`/mv sleep`
#### Examples:
`/mv sleep`
#### Aliases:
`/mv sleep`
#### Permission:
`multiverse.sleep`
#### Details:
Takes you to the last bed you slept in.
[Back to Top](#wiki-top)