Advertisement
Sollembum78

FarmLimiter

Aug 17th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. # Plugin created by filoghost. All rights reserved.
  2. # Redistribution of this product is forbidden.
  3.  
  4. #check-interval: 180
  5. check-interval: 60
  6. broadcast:
  7. enable: false
  8. message: '&6[FarmLimiter]&e Removed {amount} entities.'
  9. minimum: 1
  10. rules:
  11. # Глобальное правило для всех сущностей
  12. - entities: all
  13. worlds: all
  14. distance: 5
  15. max-amount: 30
  16. # Лимит на куриц против лагоферм
  17. - entities: chicken
  18. worlds: all
  19. distance: 3
  20. max-amount: 5
  21. # Лимит на коров, свиней, овец
  22. - entities: cow, sheep, pig, mushroom cow, rabbit
  23. worlds: all
  24. distance: 4
  25. max-amount: 8
  26. # Лимит на фермы зомби, скелетов, пауков
  27. - entities: zombie, skeleton, spider, cave spider
  28. worlds: all
  29. distance: 3
  30. max-amount: 2
  31. # Лимит на фермы опыта
  32. - entities: enderman, pig zombie
  33. worlds: all
  34. distance: 5
  35. max-amount: 10
  36. extra:
  37. # The rate of mobs that will successfully spawn from a nether portal.
  38. # Setting to 0% disables mobs spawning from portals.
  39. portal-spawn-rate: '100%'
  40. # Whether to exclude tamed entities or not
  41. exclude-tamed: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement