Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 KB | None | 0 0
  1. #Durations are in minutes
  2. boosters:
  3. haste:
  4. description: "Gives you haste potion!"
  5. haste1:
  6. name: "Haste 1"
  7. level: 1
  8. duration: 5
  9. tier: Wood
  10. item: wooden_pickaxe
  11. haste2:
  12. name: "Haste 2"
  13. level: 2
  14. duration: 5
  15. tier: Cobble
  16. item: stone_pickaxe
  17. haste3:
  18. name: "Haste 3"
  19. level: 3
  20. duration: 10
  21. tier: Iron
  22. item: iron_pickaxe
  23. haste4:
  24. name: "Haste 5"
  25. level: 5
  26. duration: 10
  27. tier: Diamond
  28. item: diamond_pickaxe
  29. speed:
  30. description: "Gives you speed potion!"
  31. speed1:
  32. name: "Speed 1"
  33. level: 1
  34. duration: 5
  35. tier: Wood
  36. item: leather_boots
  37. speed2:
  38. name: "Speed 2"
  39. level: 2
  40. duration: 5
  41. tier: Cobble
  42. item: chainboots
  43. speed3:
  44. name: "Speed 3"
  45. level: 3
  46. duration: 10
  47. tier: Iron
  48. item: ironboots
  49. saturation:
  50. description: "No more hunger"
  51. nohunger:
  52. name: "Buffet"
  53. level: 5
  54. duration: 15
  55. tier: Wood
  56. item: cooked_beef
  57. strength:
  58. description: "Gives strength potion!"
  59. strength1:
  60. name: "Strength 1"
  61. level: 1
  62. duration: 5
  63. tier: Wood
  64. item: wooden_sword
  65. strength2:
  66. name: "Strength 2"
  67. level: 2
  68. duration: 5
  69. tier: Cobble
  70. item: stone_sword
  71. strength3:
  72. name: "Strength 3"
  73. level: 3
  74. duration: 10
  75. tier: Iron
  76. item: iron_sword
  77. regeneration:
  78. description: "Gives regeneration potion!"
  79. regen:
  80. name: "Regeneration"
  81. level: 2
  82. duration: 10
  83. tier: Cobble
  84. item: emerald
  85. spawner:
  86. description: "Mob spawners will spawn this many times mobs than before! The server still maxes out at 100 mobs to reduce lag. Doesn't affect natural spawners."
  87. spawn200:
  88. name: "Spawners x2"
  89. duration: 5
  90. modifier: 2
  91. tier: Cobble
  92. item: bonemeal
  93. spawn400:
  94. name: "Spawners x4"
  95. duration: 10
  96. modifier: 6
  97. tier: Iron
  98. item: bone
  99. spawn600:
  100. name: "Spawners x6"
  101. duration: 10
  102. modifier: 6
  103. tier: Diamond
  104. item: skeleton_skull
  105.  
  106. exp:
  107. description: "Multiply experience gained."
  108. exp150:
  109. name: "Experience x1.5"
  110. duration: 5
  111. modifier: 1.5
  112. tier: Wood
  113. item: oak_planks
  114. exp200:
  115. name: "Experience x2"
  116. duration: 5
  117. modifier: 2
  118. tier: Cobble
  119. item: cobblestone
  120. exp300:
  121. name: "Experience x3"
  122. duration: 10
  123. modifier: 3
  124. tier: Iron
  125. item: iron_ingot
  126. exp500:
  127. name: "Experience x5"
  128. duration: 10
  129. modifier: 5
  130. tier: Diamond
  131. item: diamond
  132. fortune:
  133. description: "Add fortune effect"
  134. fortune3:
  135. name: "Fortune x2"
  136. duration: 5
  137. modifier: 3
  138. tier: Cobble
  139. item: stone_pickaxe
  140. fortune4:
  141. name: "Fortune x3"
  142. duration: 5
  143. modifier: 4
  144. tier: Iron
  145. item: iron_pickaxe
  146. fortune5:
  147. name: "Fortune x5"
  148. duration: 5
  149. modifier: 5
  150. tier: Diamond
  151. item: diamond_pickaxe
  152. fall:
  153. description: "No fall damage"
  154. fall:
  155. name: "Fall"
  156. duration: 10
  157. tier: Wood
  158. item: leather_boots
  159. instantsmelt:
  160. description: "Put an item in a furnace to instantly smelt it!"
  161. instantsmelt:
  162. name: "Instant Smelt"
  163. duration: 10
  164. tier: Diamond
  165. item: charcoal
  166. smelt:
  167. description: "Everything smelts faster!"
  168. smelt150:
  169. name: "Smelting x1.5"
  170. duration: 5
  171. modifier: 1.5
  172. tier: Wood
  173. item: oak_planks
  174. smelt200:
  175. name: "Smelting x2"
  176. duration: 5
  177. modifier: 2
  178. tier: Cobble
  179. item: oak_log
  180. smelt300:
  181. name: "Smelting x5"
  182. duration: 10
  183. modifier: 5
  184. tier: coal
  185. smelt1000:
  186. name: "Smelting x10"
  187. duration: 10
  188. modifier: 10
  189. tier: magma_block
  190. spa:
  191. description: "Mine everything super fast!"
  192. spa:
  193. name: "SPA"
  194. duration: 20
  195. tier: Diamond
  196. item: golden_pickaxe
  197. africa:
  198. description: "Play a cute song! Fan favorite!"
  199. africa:
  200. name: "Africa"
  201. duration: 4
  202. tier: Cobble
  203. item: music_disc_13
  204.  
  205. # amount of crates each subscriber gets
  206. subscribers:
  207. Diamond: 1
  208. Iron: 2
  209. Cobble: 3
  210. Wood: 4
  211.  
  212. # percent chance you will unlock this booster
  213. unlocking:
  214. Wood:
  215. Wood: 85
  216. Cobble: 5
  217. Iron: 5
  218. Diamond: 5
  219. Double: 10
  220. Cobble:
  221. Wood: 0
  222. Cobble: 90
  223. Iron: 5
  224. Diamond: 5
  225. Double: 10
  226. Iron:
  227. Wood: 0
  228. Cobble: 0
  229. Iron: 90
  230. Diamond: 10
  231. Double: 10
  232. Diamond:
  233. Wood: 0
  234. Cobble: 0
  235. Iron: 0
  236. Diamond: 100
  237. Double: 10
  238. db:
  239. host: localhost
  240. port: 3306
  241. database: boosters
  242. user: minecraft
  243. password: soccer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement