Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. # Note: The radius uses the lower value of mob spawn range and server's view distance.
  2. spawner {
  3. # The number of ambients the spawner can potentially spawn around a player.
  4. spawn-limit-ambient=4
  5. # The number of animals the spawner can potentially spawn around a player.
  6. spawn-limit-animal=1
  7. # The number of aquatics the spawner can potentially spawn around a player.
  8. spawn-limit-aquatic=4
  9. # The number of monsters the spawner can potentially spawn around a player.
  10. spawn-limit-monster=10
  11. # The ambient spawning tick rate. Default: 400
  12. tick-rate-ambient=1200
  13. # The animal spawning tick rate. Default: 400
  14. tick-rate-animal=1600
  15. # The aquatic spawning tick rate. Default: 400
  16. tick-rate-aquatic=1200
  17. # The monster spawning tick rate. Default: 1
  18. tick-rate-monster=60
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement