Add Linebreaks :)

FernFerret 2012-01-15 13:32:52 -08:00
parent 449d5443b5
commit d772c3b1b9

@ -30,6 +30,8 @@ If you're looking for the [Multiverse-Portals](https://github.com/Multiverse/Mul
1. [Environment Command](#wiki-env)
1. [Sleep Command - **DISABLED**](#wiki-sleep)
---
## <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:
@ -55,6 +57,8 @@ _NOTE: This is the most complex command in MV2 and in order to use it correctly,
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)
---
## <a name="list" href="#wiki-list"></a>List Command
#### Description:
Displays a listing of all worlds that you can enter.
@ -81,6 +85,8 @@ Here is an example of a world listing. __NOTE:__ To get colored worlds, you will
[Back to Top](#wiki-top)
---
## <a name="help" href="#wiki-help"></a>Help Command
#### Description:
Displays the Multiverse help pages.
@ -112,6 +118,8 @@ Here is an example use of the Help command while given OP status. This example a
[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.
@ -135,6 +143,8 @@ The info command is currently __UNFINISHED__ it is primarily used so that you ca
[Back to Top](#wiki-top)
---
## <a name="create" href="#wiki-create"></a>Create Command
#### Description:
Creates a new world and loads it.
@ -198,6 +208,8 @@ You should know that if you decide to use spaces in your world name that wheneve
[Back to Top](#wiki-top)
---
## <a name="import" href="#wiki-import"></a>Import Command
#### Description:
Imports an existing world folder.
@ -220,6 +232,8 @@ The import command is almost identical to the create command apart from the fact
[Back to Top](#wiki-top)
---
## <a name="reload" href="#wiki-reload"></a>Reload Command
#### Description:
Reloads worlds.yml and `[[config.yml]]`.
@ -238,6 +252,8 @@ The reload command will reload any Multiverse-Core as well as __any Official Mul
[Back to Top](#wiki-top)
---
## <a name="setspawn" href="#wiki-setspawn"></a>Set Spawn Command
#### Description:
Sets the respawn point for the current world.
@ -256,6 +272,8 @@ The set spawn command does exactly what it sounds like. You can walk to where yo
[Back to Top](#wiki-top)
---
## <a name="coord" href="#wiki-coord"></a>Coordinate Command
#### Description:
Displays your current coordinates.
@ -273,6 +291,8 @@ This command simply displays where you are and where you're looking/standing. Us
[Back to Top](#wiki-top)
---
## <a name="teleport" href="#wiki-teleport"></a>Teleport Command
#### Description:
Allows you to teleport to a different world.
@ -306,6 +326,8 @@ Please see the [[FAQ|FAQ#wiki-tp-perms]] for why this change was made (Old permi
[Back to Top](#wiki-top)
---
## <a name="who" href="#wiki-who"></a>Who Command
#### Description:
Displays who is in which world(s).
@ -330,6 +352,8 @@ Here is an example of the `mv who` command in use combined with both [[world ali
[Back to Top](#wiki-top)
---
## <a name="spawn" href="#wiki-spawn"></a>Spawn Command
#### Description:
Teleports you to the spawn.
@ -350,6 +374,8 @@ Allows you to teleport yourself (or another player) to the current world's spawn
[Back to Top](#wiki-top)
---
## <a name="unload" href="#wiki-unload"></a>Unload Command
#### Description:
Unloads a world from the Bukkit server.
@ -388,6 +414,8 @@ 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.
@ -411,6 +439,8 @@ See also: [`/mv confirm`](#wiki-confirm), [`/mv unload`](#wiki-unload) and [`/mv
[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.
@ -430,6 +460,8 @@ 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
@ -454,6 +486,8 @@ If you specify the first parameter as `all` All worlds will be purged of the spe
[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.
@ -465,6 +499,8 @@ The modify command has been documented as 4 separate sections for easier documen
[Back to Top](#wiki-top)
---
## <a name="modify_set" href="#wiki-modify_set"></a>Modify Command (Set)
#### Description:
Modifies a world's variable
@ -514,6 +550,8 @@ The `animals` and `monsters` values when used with `set` will set the overall sp
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)
@ -552,6 +590,8 @@ 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
@ -582,6 +622,8 @@ See also: [`/mv modify set`](#wiki-modify_set) and [/mv modify {add&#166;remove}
[Back to Top](#wiki-top)
---
## <a name="env" href="#wiki-env"></a>Environment Command
#### Description:
Displays the valid environments.
@ -599,6 +641,8 @@ 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.