Advertisement
mr_coffee1026

antifarm config

Oct 6th, 2022
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. # Automatic mob farms settings.
  2. prevent-mob-farms:
  3. # Enable/Disable option.
  4. enable: true
  5. # Allows drops from the creatures that die from special causes. (For custom entity killer plugins.)
  6. allow-custom-death-drops: true
  7. # Block experience drop from the creature the player didn't kill.
  8. block-drop-xp: true
  9. # Block item drop from the creature the player didn't kill.
  10. block-drop-item: true
  11. # Percentage of damage the player must inflict for the mob to loot.
  12. required-damage-percent-for-loot: 1
  13. # All afk mob farms are blocked by default.
  14. # If you only want to block only one creature's farm. Set 'blacklist' to 'true' and add the name of the creature you want to block to the 'moblist'.
  15. # If you only want to allow only one creature's farm. Set 'blacklist' to 'false' and add the name of the creature you want to block to the 'moblist'.
  16. # If you want all afk creature farms to be blocked don't touch the default settings.
  17. blacklist: false
  18. # blacklist: true -> 'moblist' is blacklist.
  19. # blacklist: false -> 'moblist' is whitelist.
  20. # When adding mobs to the list, all letters should be capitalized. (Case sensitive list.)
  21. moblist:
  22. - BAT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement