Advertisement
blazex224

React action-purge-entities.yml

Apr 10th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. config:
  2.  
  3. # This is used for React to manage itself between updates
  4. # It keeps your configs clean and tidy.
  5. # Changing this will confuse react a bit :P
  6. version: 1
  7. action-purge-entities:
  8. filter:
  9.  
  10. # Ignore testificates.
  11. ignore-villagers: true
  12.  
  13. # Ignore entities with names.
  14. ignore-named-entities: true
  15.  
  16. # Ignore tamed entities
  17. ignore-tamed-entities: true
  18. cullable:
  19. - OCELOT
  20. - COW
  21. - EXPERIENCE_ORB
  22. - LEASH_HITCH
  23. - SNOWBALL
  24. - FIREBALL
  25. - SMALL_FIREBALL
  26. - PRIMED_TNT
  27. - FALLING_BLOCK
  28. - FIREWORK
  29. - TIPPED_ARROW
  30. - SPECTRAL_ARROW
  31. - SHULKER_BULLET
  32. - DRAGON_FIREBALL
  33. - ARMOR_STAND
  34. - MINECART_COMMAND
  35. - MINECART
  36. - MINECART_CHEST
  37. - MINECART_FURNACE
  38. - MINECART_TNT
  39. - MINECART_HOPPER
  40. - MINECART_MOB_SPAWNER
  41. - CREEPER
  42. - SKELETON
  43. - SPIDER
  44. - GIANT
  45. - ZOMBIE
  46. - SLIME
  47. - GHAST
  48. - PIG_ZOMBIE
  49. - ENDERMAN
  50. - CAVE_SPIDER
  51. - SILVERFISH
  52. - BLAZE
  53. - MAGMA_CUBE
  54. - ENDER_DRAGON
  55. - WITHER
  56. - BAT
  57. - WITCH
  58. - ENDERMITE
  59. - GUARDIAN
  60. - SHULKER
  61. - PIG
  62. - SHEEP
  63. - CHICKEN
  64. - SQUID
  65. - WOLF
  66. - MUSHROOM_COW
  67. - SNOWMAN
  68. - IRON_GOLEM
  69. - HORSE
  70. - RABBIT
  71. - VILLAGER
  72. - SPLASH_POTION
  73. - LINGERING_POTION
  74. - AREA_EFFECT_CLOUD
  75. - FISHING_HOOK
  76. - LIGHTNING
  77. - WEATHER
  78. override:
  79.  
  80. # Replaces /killall all functionality with /re act purge-mobs
  81. replace-kill-command: true
  82. component:
  83.  
  84. # ABOUT Mob Purger
  85. # Removes ALL ENTITY TYPES DEFINED IN THIS CONFIG in ALL WORLDS
  86. #
  87. # You can disable Mob Purger here.
  88. enable: true
  89.  
  90. # Its typically not a good idea to change this
  91. # unless you know what you are doing.
  92. interval: 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement