Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2013
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. # Enable lots of debugging output in the console (for troubleshooting)
  2. debug: true
  3.  
  4. # Broadcast the location of each horse group spawned (debugging only!)
  5. broadcast-location: true
  6.  
  7. # Worlds that horses should spawn in (one world per line)
  8. horse-worlds:
  9. - world
  10.  
  11. # List of biomes that horses are allowed to spawn in (default: plains)
  12. # Get the full list of valid names from: http://jd.bukkit.org/rb/apidocs/org/bukkit/block/Biome.html
  13. horse-biomes:
  14. - plains
  15.  
  16. # MINIMUM time before more horses are able to spawn
  17. spawn-delay: 20
  18.  
  19. # Only spawn horses if X surrounding chunks are animal free
  20. chunk-check-radius: 1
  21.  
  22. # Percent chance of spawning horse or donkey
  23. spawn-chance: 5
  24.  
  25. # Percent chance that donkey will be spawned instead of a horse
  26. donkey-chance: 20
  27.  
  28. # Min/max number of horses spawned in each group/herd
  29. min-horses: 4
  30. max-horses: 7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement