Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. Spawners:
  2. creeper:
  3. name: '&aCreeper'
  4. levels:
  5. 0:
  6. cost: 10000
  7. spawnRate:
  8. ## The minimum ticks you set can't be lower than 20. You can, but it will only spawn at max once per 20 ticks.
  9. minTicks: 60
  10. maxTicks: 100
  11. playerRange: 16
  12. spawnRange: 5
  13. ## Maximum number of entities spawning per spawn
  14. possibleSpawns: 4
  15. spawningFailRate: 0.5
  16. entities:
  17. CREEPER:
  18. rate: 0.5
  19. drops:
  20. sulphur:
  21. data: 0
  22. amount:
  23. min: 1
  24. max: 2
  25. chance: 1.0
  26. 1:
  27. cost: 100000
  28. spawnRate:
  29. ## The minimum ticks you set can't be lower than 20. You can, but it will only spawn at max once per 20 ticks.
  30. minTicks: 200
  31. maxTicks: 300
  32. playerRange: 16
  33. spawnRange: 5
  34. ## Maximum number of entities spawning per spawn
  35. possibleSpawns: 6
  36. spawningFailRate: 0.4
  37. entities:
  38. CREEPER:
  39. rate: 1.0
  40. drops:
  41. TNT:
  42. data: 0
  43. amount:
  44. min: 1
  45. max: 2
  46. chance: 1.0
  47. 2:
  48. cost: 100000
  49. spawnRate:
  50. ## The minimum ticks you set can't be lower than 20. You can, but it will only spawn at max once per 20 ticks.
  51. minTicks: 100
  52. maxTicks: 200
  53. playerRange: 16
  54. spawnRange: 5
  55. ## Maximum number of entities spawning per spawn
  56. possibleSpawns: 6
  57. spawningFailRate: 0.3
  58. entities:
  59. CREEPER:
  60. rate: 1.0
  61. drops:
  62. TNT:
  63. data: 0
  64. amount:
  65. min: 2
  66. max: 3
  67. chance: 1.0
  68. 3:
  69. cost: 100000
  70. spawnRate:
  71. ## The minimum ticks you set can't be lower than 20. You can, but it will only spawn at max once per 20 ticks.
  72. minTicks: 70
  73. maxTicks: 100
  74. playerRange: 16
  75. spawnRange: 5
  76. ## Maximum number of entities spawning per spawn
  77. possibleSpawns: 8
  78. spawningFailRate: 0.2
  79. entities:
  80. CREEPER:
  81. rate: 1.0
  82. drops:
  83. TNT:
  84. data: 0
  85. amount:
  86. min: 3
  87. max: 4
  88. chance: 1.0
  89. MONSTER_EGG:
  90. data: 50
  91. amount:
  92. min: 1
  93. max: 2
  94. chance: 0.01
  95. 4:
  96. cost: 100000
  97. spawnRate:
  98. ## The minimum ticks you set can't be lower than 20. You can, but it will only spawn at max once per 20 ticks.
  99. minTicks: 30
  100. maxTicks: 50
  101. playerRange: 16
  102. spawnRange: 5
  103. ## Maximum number of entities spawning per spawn
  104. possibleSpawns: 10
  105. spawningFailRate: 0.1
  106. entities:
  107. CREEPER:
  108. rate: 1.0
  109. drops:
  110. TNT:
  111. data: 0
  112. amount:
  113. min: 4
  114. max: 5
  115. chance: 1.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement