Updated World properties (markdown)

Jad 2019-06-16 16:49:56 -05:00
parent 499258c3df
commit e49cc29ffa

@ -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:**
<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.
<code>[/mv modify set animals true](Command-Reference#wiki-modify-command-set)</code>- Enables animal spawning in the current world.
<code>[/mv modify set animals false](Command-Reference#wiki-modify-command-set)</code>- Disables animal spawning in the current world.
<code>[/mv modify add pig animals](Command-Reference#wiki-modify-command-set)</code> - Adds the animal type `pig` to the exemption list.
<code>[/mv modify remove pig animals](Command-Reference#wiki-modify-command-set)</code> - Removes the animal type `pig` to the exemption list.
<code>[/mv modify clear animals](Command-Reference#wiki-modify-command-set)</code> - Clears the animal exemption list.
[Back to Top](#wiki-top)