Updated World properties (markdown)

Eric Stokes 2016-03-06 16:35:49 -07:00
parent 90f16d1815
commit f0800a8fd9
1 changed files with 5 additions and 5 deletions

@ -92,11 +92,11 @@ You should read this as "Animals __can not__ spawn __except__ for pigs."
You should read this as "Animals __can__ spawn __except__ for pigs."
**In Game Usage:**
`[[/mv modify set animals true|Command-Reference#wiki-modify_set]]`- Enables animal spawning in the current world.
`[[/mv modify set animals false|Command-Reference#wiki-modify_set]]`- Disables animal spawning in the current world.
`[[/mv modify add pig animals|Command-Reference#wiki-modify_set]]` - Adds the animal type `pig` to the exemption list.
`[[/mv modify remove pig animals|Command-Reference#wiki-modify_set]]` - Removes the animal type `pig` to the exemption list.
`[[/mv modify clear animals|Command-Reference#wiki-modify_set]]` - Clears the animal exemption list.
<code>[/mv modify set animals true](Command-Reference#wiki-modify_set)</code>- Enables animal spawning in the current world.
<code>[/mv modify set animals false](Command-Reference#wiki-modify_set)</code>- Disables animal spawning in the current world.
<code>[/mv modify add pig animals](Command-Reference#wiki-modify_set)</code> - Adds the animal type `pig` to the exemption list.
<code>[/mv modify remove pig animals](Command-Reference#wiki-modify_set)</code> - Removes the animal type `pig` to the exemption list.
<code>[/mv modify clear animals](Command-Reference#wiki-modify_set)</code> - Clears the animal exemption list.
[Back to Top](#wiki-top)