Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2019
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.90 KB | None | 0 0
  1. on block form of cobblestone:
  2. if player has permission "skyblockores.beginner":
  3. chance of 100%:
  4. set event-block to iron ore
  5. stop
  6. if player has permission "skyblockores.novice":
  7. chance of 60%:
  8. set event-block to cobblestone
  9. stop
  10. chance of 15%:
  11. set event-block to iron ore
  12. stop
  13. chance of 10%:
  14. set event-block to coal ore
  15. stop
  16. chance of 10%:
  17. set event-block to gold ore
  18. stop
  19. if player has permission "skyblockores.performant":
  20. chance of 55%:
  21. set event-block to cobblestone
  22. stop
  23. chance of 20%:
  24. set event-block to iron ore
  25. stop
  26. chance of 10%:
  27. set event-block to coal ore
  28. stop
  29. chance of 10%:
  30. set event-block to gold ore
  31. stop
  32. chance of 5%:
  33. set event-block to lapis ore
  34. stop
  35. if player has permission "skyblockores.advanced":
  36. chance of 50%:
  37. set event-block to cobblestone
  38. stop
  39. chance of 20%:
  40. set event-block to iron ore
  41. stop
  42. chance of 10%:
  43. set event-block to coal ore
  44. stop
  45. chance of 10%:
  46. set event-block to gold ore
  47. stop
  48. chance of 10%:
  49. set event-block to lapis ore
  50. stop
  51. if player has permission "skyblockores.expert":
  52. chance of 45%:
  53. set event-block to cobblestone
  54. stop
  55. chance of 20%:
  56. set event-block to iron ore
  57. stop
  58. chance of 10%:
  59. set event-block to coal ore
  60. stop
  61. chance of 10%:
  62. set event-block to gold ore
  63. stop
  64. chance of 10%:
  65. set event-block to lapis ore
  66. stop
  67. chance of 5%:
  68. set event-block to redstone ore
  69. stop
  70. if player has permission "skyblockores.skypro":
  71. chance of 30%:
  72. set event-block to cobblestone
  73. stop
  74. chance of 20%:
  75. set event-block to iron ore
  76. stop
  77. chance of 10%:
  78. set event-block to coal ore
  79. stop
  80. chance of 15%:
  81. set event-block to gold ore
  82. stop
  83. chance of 10%:
  84. set event-block to lapis ore
  85. stop
  86. chance of 10%:
  87. set event-block to redstone ore
  88. stop
  89. chance of 5%:
  90. set event-block to diamond ore
  91. stop
  92. if player has permission "skyblockores.skymaster":
  93. chance of 25%:
  94. set event-block to cobblestone
  95. stop
  96. chance of 25%:
  97. set event-block to iron ore
  98. stop
  99. chance of 10%:
  100. set event-block to coal ore
  101. stop
  102. chance of 15%:
  103. set event-block to gold ore
  104. stop
  105. chance of 10%:
  106. set event-block to lapis ore
  107. stop
  108. chance of 10%:
  109. set event-block to redstone ore
  110. stop
  111. chance of 5%:
  112. set event-block to diamond ore
  113. stop
  114. if player has permission "skyblockores.skylord":
  115. chance of 10%:
  116. set event-block to cobblestone
  117. stop
  118. chance of 30%:
  119. set event-block to iron ore
  120. stop
  121. chance of 10%:
  122. set event-block to coal ore
  123. stop
  124. chance of 15%:
  125. set event-block to gold ore
  126. stop
  127. chance of 15%:
  128. set event-block to lapis ore
  129. stop
  130. chance of 10%:
  131. set event-block to redstone ore
  132. stop
  133. chance of 5%:
  134. set event-block to diamond ore
  135. stop
  136. chance of 5%:
  137. set event-block to emerald ore
  138. stop
  139. if player has permission "skyblockores.skyking":
  140. chance of 5%:
  141. set event-block to cobblestone
  142. stop
  143. chance of 30%:
  144. set event-block to iron ore
  145. stop
  146. chance of 5%:
  147. set event-block to coal ore
  148. stop
  149. chance of 15%:
  150. set event-block to gold ore
  151. stop
  152. chance of 15%:
  153. set event-block to lapis ore
  154. stop
  155. chance of 10%:
  156. set event-block to redstone ore
  157. stop
  158. chance of 10%:
  159. set event-block to diamond ore
  160. stop
  161. chance of 5%:
  162. set event-block to emerald ore
  163. stop
  164. chance of 5%:
  165. set event-block to quartz ore
  166. stop
  167. if player has permission "skyblockores.yt":
  168. chance of 0%:
  169. set event-block to cobblestone
  170. stop
  171. chance of 25%:
  172. set event-block to iron ore
  173. stop
  174. chance of 0%:
  175. set event-block to coal ore
  176. stop
  177. chance of 15%:
  178. set event-block to gold ore
  179. stop
  180. chance of 15%:
  181. set event-block to lapis ore
  182. stop
  183. chance of 15%:
  184. set event-block to redstone ore
  185. stop
  186. chance of 10%:
  187. set event-block to diamond ore
  188. stop
  189. chance of 10%:
  190. set event-block to emerald ore
  191. stop
  192. chance of 10%:
  193. set event-block to quartz ore
  194. stop
  195. if player has permission "skyblockores.vip":
  196. chance of 15%:
  197. set event-block to cobblestone
  198. stop
  199. chance of 25%:
  200. set event-block to iron ore
  201. stop
  202. chance of 0%:
  203. set event-block to coal ore
  204. stop
  205. chance of 15%:
  206. set event-block to gold ore
  207. stop
  208. chance of 15%:
  209. set event-block to lapis ore
  210. stop
  211. chance of 15%:
  212. set event-block to redstone ore
  213. stop
  214. chance of 10%:
  215. set event-block to diamond ore
  216. stop
  217. chance of 10%:
  218. set event-block to emerald ore
  219. stop
  220. chance of 10%:
  221. set event-block to quartz ore
  222. stop
  223. if player has permission "skyblockores.halloween":
  224. chance of 15%:
  225. set event-block to cobblestone
  226. stop
  227. chance of 25%:
  228. set event-block to iron ore
  229. stop
  230. chance of 5%:
  231. set event-block to coal ore
  232. stop
  233. chance of 15%:
  234. set event-block to gold ore
  235. stop
  236. chance of 15%:
  237. set event-block to lapis ore
  238. stop
  239. chance of 10%:
  240. set event-block to redstone ore
  241. stop
  242. chance of 5%:
  243. set event-block to diamond ore
  244. stop
  245. chance of 5%:
  246. set event-block to emerald ore
  247. stop
  248. chance of 5%:
  249. set event-block to quartz ore
  250. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement