Advertisement
Guest User

Untitled

a guest
May 19th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. settings:
  2. increasing:
  3. AMOUNT:
  4. enabled: true
  5. interval: 3
  6. max-times: 10
  7. formula: '(%players% * %wave% ^ 0.70) / 1.25'
  8. waves-blacklist:
  9. - 5
  10. - 10
  11. HEALTH:
  12. enabled: true
  13. interval: 5
  14. max-times: 10
  15. formula: '(%players% * 1.25)'
  16. waves-blacklist:
  17. - 5
  18. - 10
  19. DAMAGE:
  20. enabled: true
  21. interval: 3
  22. max-times: 10
  23. formula: '(%wave% + %players%)'
  24. waves-blacklist:
  25. - 5
  26. - 10
  27. MYTHIC_LEVEL:
  28. enabled: true
  29. interval: 1
  30. max-times: -1
  31. formula: '(%wave%)'
  32. waves-blacklist: []
  33. waves:
  34. Casual:
  35. allow-on-boss-wave: false
  36. mobs:
  37. ZOMBIE:
  38. amount: 2
  39. chance: 100
  40. SPIDER:
  41. amount: 1
  42. chance: 100
  43. CREEPER:
  44. amount: 1
  45. chance: 100
  46. Angry:
  47. allow-on-boss-wave: false
  48. mobs:
  49. SLIME:
  50. amount: 3
  51. chance: 100
  52. WOLF:
  53. amount: 3
  54. chance: 75
  55. Rush:
  56. allow-on-boss-wave: false
  57. mobs:
  58. SKELETON:
  59. amount: 1
  60. chance: 50
  61. BLAZE:
  62. amount: 1
  63. chance: 50
  64. WITHER_SKELETON:
  65. amount: 1
  66. chance: 50
  67. custom:
  68. allow-on-boss-wave: false
  69. mobs:
  70. POWER_ZOMBIE:
  71. amount: 1
  72. chance: 100
  73. CHARGED_CREEPER:
  74. amount: 1
  75. chance: 70
  76. mythic:
  77. allow-on-boss-wave: false
  78. mobs:
  79. SkeletonKing:
  80. amount: 3
  81. chance: 100
  82. boss-waves:
  83. lord:
  84. mobs:
  85. thunder_lord:
  86. amount: 1
  87. chance: 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement