Added basic descriptions for autoload and bedrespawn.

Jeremy Wood 2014-02-06 19:33:50 -08:00
parent 02164b8d4b
commit 30bbae3b79
1 changed files with 20 additions and 0 deletions

@ -549,10 +549,30 @@ __In Game Usage:__
---
## <a name="autoload" href="#wiki-autoload"></a>Auto Load
Tells Multiverse to automatically load this world on startup.
__Type__:
`Boolean`
__Example:__
`autoload: true`
__In Game Usage:__
`mvm set autoload false`
[Back to Top](#wiki-top)
---
## <a name="bedrespawn" href="#wiki-bedrespawn"></a>Bed Respawn
If `bedrespawn` is set to true, players will be able to respawn at their bed in this world.
__Type__:
`Boolean`
__Example:__
`bedrespawn: true`
__In Game Usage:__
`mvm set bedrespawn false`
[Back to Top](#wiki-top)