Documented #519

ammaraskar 2012-11-08 11:20:39 -08:00
parent 0b492eb677
commit b51a818d77
1 changed files with 12 additions and 0 deletions

@ -64,6 +64,12 @@ Exceptions allow you to say 'I want animals to spawn, but **NOT** sheep.' The co
**Type:**
`List<String>`
### Spawn rate
The spawn rate defines how many ticks there are between attempts to spawn animals, see [this](http://jd.bukkit.org/apidocs/org/bukkit/World.html#setTicksPerAnimalSpawns(int) for details. Note that a value of -1 here signifies that the world should use the default value
**Type:**
`Integer`
#### EXAMPLE: A world with ONLY pigs:
animals:
@ -106,6 +112,12 @@ exceptions allow you to say 'I want monsters to spawn, but **NOT** creepers.' Th
**Type:**
`List<String>`
### Spawn rate
The spawn rate defines how many ticks there are between attempts to spawn animals, see [this](http://jd.bukkit.org/apidocs/org/bukkit/World.html#setTicksPerAnimalSpawns(int) for details. Note that a value of -1 here signifies that the world should use the default value
**Type:**
`Integer`
#### EXAMPLE: A world with ONLY creepers:
monsters: