Advertisement
adamferg123

stackmob

Dec 14th, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. # StackMob 3 created by antiPerson.
  2. # Report issues that you have experienced in the discussion thread.
  3. # If the comments have been removed, see the config.yml file in the defaults folder!
  4. #
  5. # The size of the area around an entity that should be checked for matching entities to stack with.
  6. check-area:
  7. x: 7
  8. y: 4
  9. z: 7
  10. tag:
  11. interval: 10
  12. format: '&d%size%x &6%type%'
  13. use-translations: false
  14. always-visible: true
  15. remove-at: 1
  16. show-player-nearby:
  17. enabled: true
  18. x: 8
  19. y: 3
  20. z: 8
  21. task-delay: 100
  22. stack-max: 20
  23. big-priority: true
  24. remove-chunk-unload: false
  25. convert-existing-entities: true
  26. stack-reasons:
  27. - SPAWNER
  28. stack-types:
  29. - BLAZE
  30. - CAVE_SPIDER
  31. - CREEPER
  32. - DROWNED
  33. - ELDER_GUARDIAN
  34. - ENDERMAN
  35. - ENDERMITE
  36. - EVOKER
  37. - HUSK
  38. - ILLUSIONER
  39. - MAGMA_CUBE
  40. - SHULKER
  41. - SKELETON
  42. - SPIDER
  43. - VEX
  44. - VINDICATOR
  45. - WITCH
  46. - WITHER_SKELETON
  47. - ZOMBIE
  48. - ZOMBIE_VILLAGER
  49. - CHICKEN
  50. - COW
  51. stack-worlds:
  52. - null
  53. no-stack-reasons:
  54. - BUILD_IRONGOLEM
  55. - BUILD_SNOWMAN
  56. - BUILD_WITHER
  57. - CHUNK_GEN
  58. - CURED
  59. - DEFAULT
  60. - NATURAL
  61. no-stack-types:
  62. - CHICKEN
  63. - COD
  64. - PUFFERFISH
  65. - SALMON
  66. - TROPICAL_FISH
  67. - COW
  68. - HORSE
  69. dont-stack-until: 2
  70. wait-to-stack:
  71. enabled: false
  72. wait-time: 5
  73. entity-types:
  74. - ZOMBIE
  75. - SKELETON
  76. - PIG_ZOMBIE
  77. spawn-reasons:
  78. - SPAWNER
  79. compare:
  80. villager-profession: true
  81. sheep-wool-sheared: true
  82. sheep-wool-color: true
  83. slime-size: true
  84. horse-color: true
  85. llama-color: true
  86. parrot-color: true
  87. drowned-hand-item: true
  88. entity-age: true
  89. can-breed: true
  90. check:
  91. tamed: true
  92. leashed: true
  93. is-miniature-pet: true
  94. is-citizens-npc: true
  95. multiply:
  96. creeper-explosion: true
  97. chicken-eggs: true
  98. sheep-wool: false
  99. mooshroom-mushrooms: false
  100. small-slimes: true
  101. breed: false
  102. divide-on:
  103. sheep-shear: true
  104. sheep-dye: true
  105. mooshroom-shear: true
  106. breed: true
  107. tame: true
  108. name: true
  109. death-type-permission: false
  110. increase-player-stats: true
  111. kill-all:
  112. enabled: false
  113. reason-blacklist:
  114. - ''
  115. type-blacklist:
  116. - ''
  117. kill-step:
  118. enabled: true
  119. reason-blacklist:
  120. - ''
  121. type-blacklist:
  122. - ''
  123. max-step: 5
  124. kill-step-damage:
  125. enabled: false
  126. reason-blacklist:
  127. - ''
  128. type-blacklist:
  129. - ''
  130. multiply-drops:
  131. enabled: true
  132. entity-limit: 50
  133. calculate-per-entity: true
  134. drops-blacklist:
  135. - ''
  136. drop-one-per:
  137. - EMERALD
  138. - NETHER_STAR
  139. - TOTEM
  140. multiply-exp:
  141. enabled: true
  142. algorithm: NORMAL
  143. custom-multiplier: 1.0
  144. multiply-damage-done: true
  145. multiply-damage-received:
  146. enabled: true
  147. cause-blacklist:
  148. - ''
  149. no-targeting:
  150. enabled: false
  151. types-blacklist:
  152. - ''
  153. no-ai:
  154. enabled: false
  155. use-whitelist: false
  156. types-whitelist:
  157. - ''
  158. fire-ticks:
  159. enabled: true
  160. blacklist:
  161. - ''
  162. mcmmo:
  163. no-experience:
  164. enabled: true
  165. blacklist:
  166. - ''
  167. mythicmobs:
  168. enabled: true
  169. blacklist:
  170. - ''
  171. jobs-reborn:
  172. enabled: true
  173. blacklist:
  174. - ''
  175. worldguard-support: true
  176. stack-tool:
  177. material: STICK
  178. storage:
  179. delay: 120
  180. type: FLATFILE
  181. database:
  182. ip: ''
  183. port: 3306
  184. name: ''
  185. username: ''
  186. password: ''
  187. no-stack-worlds:
  188. - null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement