Advertisement
minesire

Untitled

Dec 3rd, 2020
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. #This list contains ENTITY_TYPE that cant be killed for lowering lag. You should add entities player could use for farming because killing them could cause a lot of damages.
  2. #Here is the list of all entities: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
  3. EntitiesWhitelist:
  4. - 'ARMOR_STAND'
  5. - 'BEE'
  6. - 'CAT'
  7. - 'CHICKEN'
  8. - 'COW'
  9. - 'HORSE'
  10. - 'ITEM_FRAME'
  11. - 'LLAMA'
  12. - 'MINECART'
  13. - 'MINECART_CHEST'
  14. - 'MULE'
  15. - 'MUSHROOM_COW'
  16. - 'PAINTING'
  17. - 'PIG'
  18. - 'PLAYER'
  19. - 'RABBIT'
  20. - 'SHEEP'
  21. - 'TRADER_LLAMA'
  22. - 'VILLAGER'
  23. - 'WANDERING_TRADER'
  24. - 'WOLF'
  25. - 'ZOMBIE'
  26. - 'ZOMBIE_VILLAGER'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement