Advertisement
Guest User

Untitled

a guest
Apr 4th, 2019
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.50 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: 10
  8.   y: 5
  9.   z: 10
  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: false
  18.     x: 10
  19.     y: 5
  20.     z: 10
  21. task-delay: 100
  22. stack-max: 500
  23. remove-chunk-unload: false
  24. convert-existing-entities: true
  25. stack-reasons:
  26. - null
  27. stack-types:
  28. - null
  29. stack-worlds:
  30. - mining
  31. no-stack-reasons:
  32. - null
  33. no-stack-types:
  34. - null
  35. no-stack-worlds:
  36. - rising
  37. - nether
  38. - end
  39. dont-stack-until: 5
  40. wait-to-stack:
  41.   enabled: true
  42.   wait-time: 5
  43.   entity-types:
  44.  - ZOMBIE
  45.   - SKELETON
  46.   - PIG_ZOMBIE
  47.   spawn-reasons:
  48.  - SPAWNER
  49. compare:
  50.   villager-profession: true
  51.   sheep-wool-sheared: true
  52.   sheep-wool-color: true
  53.   slime-size: true
  54.   horse-color: true
  55.   llama-color: true
  56.   parrot-color: true
  57.   drowned-hand-item: true
  58.   entity-age: true
  59.   can-breed: true
  60.   love-mode: true
  61. check:
  62.   tamed: true
  63.   leashed: true
  64.   is-miniature-pet: true
  65.   is-citizens-npc: true
  66. multiply:
  67.   creeper-explosion: false
  68.   chicken-eggs: true
  69.   sheep-wool: false
  70.   mooshroom-mushrooms: false
  71.   small-slimes: true
  72.   breed: false
  73. divide-on:
  74.   sheep-shear: true
  75.   sheep-dye: true
  76.   mooshroom-shear: true
  77.   breed: true
  78.   tame: true
  79.   name: true
  80. death-type-permission: false
  81. increase-player-stats: true
  82. kill-all:
  83.   enabled: false
  84.   reason-blacklist:
  85.  - BLOCK_EXPLOSION
  86.   - CONTACT
  87.   - CRAMMING
  88.   - CUSTOM
  89.   - DRAGON_BREATH
  90.   - DROWNING
  91.   - ENTITY_ATTACK
  92.   - ENTITY_EXPLOSION
  93.   - ENTITY_SWEEP_ATTACK
  94.   - FALLING_BLOCK
  95.   - FIRE
  96.   - FIRE_TICK
  97.   - FLY_INTO_WALL
  98.   - HOT_FLOOR
  99.   - LAVA
  100.   - LIGHTNING
  101.   - MAGIC
  102.   - MELTING
  103.   - POISON
  104.   - PROJECTILE
  105.   - STARVATION
  106.   - SUFFOCATION
  107.   - SUICIDE
  108.   - THORNS
  109.   - VOID
  110.   - WITHER
  111.   type-blacklist:
  112.  - ''
  113. kill-step:
  114.   enabled: false
  115.   reason-blacklist:
  116.  - BLOCK_EXPLOSION
  117.   - CONTACT
  118.   - CRAMMING
  119.   - CUSTOM
  120.   - DRAGON_BREATH
  121.   - DROWNING
  122.   - ENTITY_EXPLOSION
  123.   - FALL
  124.   - FALLING_BLOCK
  125.   - FIRE
  126.   - FIRE_TICK
  127.   - FLY_INTO_WALL
  128.   - HOT_FLOOR
  129.   - LAVA
  130.   - LIGHTNING
  131.   - MAGIC
  132.   - MELTING
  133.   - POISON
  134.   - PROJECTILE
  135.   - STARVATION
  136.   - SUFFOCATION
  137.   - SUICIDE
  138.   - THORNS
  139.   - VOID
  140.   - WITHER
  141.   type-blacklist:
  142.  - ''
  143.   max-step: 5
  144. kill-step-damage:
  145.   enabled: false
  146.   reason-blacklist:
  147.  - ''
  148.   type-blacklist:
  149.  - ''
  150. multiply-drops:
  151.   enabled: false
  152.   entity-limit: 500
  153.   compress: true
  154.   drops-blacklist:
  155.  - ''
  156.   drop-one-per:
  157.  - EMERALD
  158.   - NETHER_STAR
  159.   - TOTEM
  160. multiply-exp:
  161.   enabled: false
  162.   algorithm: CUSTOM
  163.   custom-multiplier: 1.0
  164. multiply-damage-done: false
  165. multiply-damage-received:
  166.   enabled: false
  167.   cause-blacklist:
  168.  - ''
  169. no-targeting:
  170.   enabled: false
  171.   types-blacklist:
  172.  - ''
  173. no-ai:
  174.   enabled: false
  175.   use-whitelist: false
  176.   types-whitelist:
  177.  - ''
  178. fire-ticks:
  179.   enabled: true
  180.   blacklist:
  181.  - ''
  182. mcmmo:
  183.   no-experience:
  184.     enabled: true
  185.     blacklist:
  186.    - ''
  187. mythicmobs:
  188.   enabled: true
  189.   blacklist:
  190.  - ''
  191. jobs-reborn:
  192.   enabled: true
  193.   blacklist:
  194.  - ''
  195. worldguard-support: true
  196. custom-drops:
  197.   enabled: true
  198. stack-tool:
  199.   material: STICK
  200. storage:
  201.   delay: 120
  202.   type: FLATFILE
  203.   database:
  204.     ip: ''
  205.     port: 3306
  206.     name: ''
  207.     username: ''
  208.     password: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement