Advertisement
adamferg123

Untitled

Jan 2nd, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 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: 1000
  23. big-priority: true
  24. remove-chunk-unload: false
  25. convert-existing-entities: true
  26. stack-reasons:
  27. - null
  28. stack-types:
  29. - CHICKEN
  30. - ZOMBIE
  31. - SKELETON
  32. - CREEPER
  33. - CAVE_SPIDER
  34. - SPIDER
  35. - BLAZE
  36. - PARROT
  37. - RABBIT
  38. - SHEEP
  39. - COW
  40. - PIG
  41. - SQUID
  42. - GUARDIAN
  43. - WITCH
  44. - SLIME
  45. - PIG_ZOMBIE
  46. - MUSHROOM_COW
  47. - TURTLE
  48. stack-worlds:
  49. - null
  50. no-stack-reasons:
  51. - null
  52. no-stack-types:
  53. - VILLAGER
  54. - TROPICAL_FISH
  55. - COD
  56. - DOLPHIN
  57. - SALMON
  58. - PUFFERFISH
  59. - OCELOT
  60. - WOLF
  61. - HORSE
  62. - MULE
  63. - DONKEY
  64. no-stack-worlds:
  65. - null
  66. dont-stack-until: 5
  67. wait-to-stack:
  68. enabled: false
  69. wait-time: 3
  70. entity-types:
  71. - ZOMBIE
  72. - SKELETON
  73. - PIG_ZOMBIE
  74. spawn-reasons:
  75. - SPAWNER
  76. compare:
  77. villager-profession: true
  78. sheep-wool-sheared: true
  79. sheep-wool-color: true
  80. slime-size: true
  81. horse-color: true
  82. llama-color: true
  83. parrot-color: true
  84. drowned-hand-item: true
  85. entity-age: true
  86. can-breed: true
  87. check:
  88. tamed: true
  89. leashed: true
  90. is-miniature-pet: true
  91. is-citizens-npc: true
  92. multiply:
  93. creeper-explosion: true
  94. chicken-eggs: true
  95. sheep-wool: false
  96. mooshroom-mushrooms: false
  97. small-slimes: true
  98. breed: false
  99. divide-on:
  100. sheep-shear: true
  101. sheep-dye: true
  102. mooshroom-shear: true
  103. breed: true
  104. tame: true
  105. name: true
  106. death-type-permission: false
  107. increase-player-stats: true
  108. kill-all:
  109. enabled: false
  110. reason-blacklist:
  111. - ''
  112. type-blacklist:
  113. - SHEEP
  114. - COW
  115. - PIG
  116. - HORSE
  117. - MULE
  118. - DONKEY
  119. - CHICKEN
  120. - RABBIT
  121. - PARROT
  122. - VILLAGER
  123. kill-step:
  124. enabled: true
  125. reason-blacklist:
  126. - ''
  127. type-blacklist:
  128. - ''
  129. max-step: 5
  130. kill-step-damage:
  131. enabled: false
  132. reason-blacklist:
  133. - ''
  134. type-blacklist:
  135. - ''
  136. multiply-drops:
  137. enabled: true
  138. entity-limit: 100
  139. calculate-per-entity: true
  140. drops-blacklist:
  141. - ''
  142. drop-one-per:
  143. - EMERALD
  144. - NETHER_STAR
  145. - TOTEM
  146. compress: true
  147. multiply-exp:
  148. enabled: true
  149. algorithm: NORMAL
  150. custom-multiplier: 1.0
  151. multiply-damage-done: false
  152. multiply-damage-received:
  153. enabled: true
  154. cause-blacklist:
  155. - ''
  156. no-targeting:
  157. enabled: false
  158. types-blacklist:
  159. - ''
  160. no-ai:
  161. enabled: false
  162. use-whitelist: false
  163. types-whitelist:
  164. - ''
  165. fire-ticks:
  166. enabled: true
  167. blacklist:
  168. - ''
  169. mcmmo:
  170. no-experience:
  171. enabled: true
  172. blacklist:
  173. - ''
  174. mythicmobs:
  175. enabled: true
  176. blacklist:
  177. - ''
  178. jobs-reborn:
  179. enabled: true
  180. blacklist:
  181. - ''
  182. worldguard-support: true
  183. stack-tool:
  184. material: STICK
  185. storage:
  186. delay: 120
  187. type: MYSQL
  188. database:
  189.  
  190. custom-drops:
  191. enabled: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement