Neonowsky

[SK] EasyDrop

Aug 28th, 2015
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.30 KB | None | 0 0
  1. on break of stone:
  2. add 30 exp to player
  3. if {CB::%player%} is true:
  4. add 1 cobblestone to player
  5. if player is holding any pickaxe of fortune 0:
  6. chance of 5%:
  7. if player can hold 1 coal:
  8. add 1 coal to player
  9. else:
  10. drop 1 coal
  11. chance of 5%:
  12. if player can hold 1 diamond:
  13. add 1 diamond to player
  14. else:
  15. drop 1 diamond
  16. chance of 5%:
  17. if player can hold 1 emerald:
  18. add 1 emerald to player
  19. else:
  20. drop 1 emerald
  21. chance of 5%:
  22. if player can hold 1 gold ingot:
  23. add 1 gold ingot to player
  24. else:
  25. drop 1 gold ingot
  26. chance of 5%:
  27. if player can hold 1 iron ingot:
  28. add 1 iron ingot to player
  29. else:
  30. drop 1 iron ingot
  31. chance of 0.0001%:
  32. if player can hold 1 beacon:
  33. add 1 beacon to player
  34. else:
  35. drop 1 beacon
  36. chance of 0.1%:
  37. if player can hold 1 ender pearl:
  38. add 1 ender pearl to player
  39. else:
  40. drop 1 ender pearl
  41. chance of 3%:
  42. if player can hold 1 bookshelf:
  43. add 1 bookshelf to player
  44. else:
  45. drop 1 bookshelf
  46. chance of 2%:
  47. if player can hold 1 tnt:
  48. add 1 tnt to player
  49. else:
  50. drop 1 tnt
  51. chance of 4%:
  52. if player can hold 1 obsidian:
  53. add 1 obsidian to player
  54. else:
  55. drop 1 obsidian
  56. chance of 4%:
  57. if player can hold 1 apple:
  58. add 1 apple to player
  59. else:
  60. drop 1 apple
  61. if player is holding any pickaxe of fortune 1:
  62. chance of 5%:
  63. if player can hold 1 coal:
  64. add 2 coal to player
  65. else:
  66. drop 2 coal
  67. chance of 5%:
  68. if player can hold 1 diamond:
  69. add 2 diamond to player
  70. else:
  71. drop 2 diamond
  72. chance of 5%:
  73. if player can hold 1 emerald:
  74. add 2 emerald to player
  75. else:
  76. drop 2 emerald
  77. chance of 5%:
  78. if player can hold 1 gold ingot:
  79. add 2 gold ingot to player
  80. else:
  81. drop 2 gold ingot
  82. chance of 5%:
  83. if player can hold 1 iron ingot:
  84. add 2 iron ingot to player
  85. else:
  86. drop 2 iron ingot
  87. chance of 3%:
  88. if player can hold 1 bookshelf:
  89. add 2 bookshelf to player
  90. else:
  91. drop 2 bookshelf
  92. chance of 2%:
  93. if player can hold 1 tnt:
  94. add 2 tnt to player
  95. else:
  96. drop 2 tnt
  97. chance of 4%:
  98. if player can hold 1 obsidian:
  99. add 2 obsidian to player
  100. else:
  101. drop 2 obsidian
  102. chance of 4%:
  103. if player can hold 1 apple:
  104. add 2 apple to player
  105. else:
  106. drop 2 apple
  107. if player is holding any pickaxe of fortune 2:
  108. chance of 5%:
  109. if player can hold 1 coal:
  110. add 3 coal to player
  111. else:
  112. drop 3 coal
  113. chance of 5%:
  114. if player can hold 1 diamond:
  115. add 3 diamond to player
  116. else:
  117. drop 3 diamond
  118. chance of 5%:
  119. if player can hold 1 emerald:
  120. add 3 emerald to player
  121. else:
  122. drop 3 emerald
  123. chance of 5%:
  124. if player can hold 1 gold ingot:
  125. add 3 gold ingot to player
  126. else:
  127. drop 3 gold ingot
  128. chance of 5%:
  129. if player can hold 1 iron ingot:
  130. add 3 iron ingot to player
  131. else:
  132. drop 3 iron ingot
  133. chance of 4%:
  134. if player can hold 1 obsidian:
  135. add 3 obsidian to player
  136. else:
  137. drop 3 obsidian
  138. chance of 3%:
  139. if player can hold 1 bookshelf:
  140. add 3 bookshelf to player
  141. else:
  142. drop 3 bookshelf
  143. chance of 2%:
  144. if player can hold 1 tnt:
  145. add 3 tnt to player
  146. else:
  147. drop 3 tnt
  148. chance of 4%:
  149. if player can hold 1 apple:
  150. add 3 apple to player
  151. else:
  152. drop 3 apple
  153. if player is holding any pickaxe of fortune 3:
  154. chance of 5%:
  155. if player can hold 1 coal:
  156. add 4 coal to player
  157. else:
  158. drop 4 coal
  159. chance of 5%:
  160. if player can hold 1 diamond:
  161. add 4 diamond to player
  162. else:
  163. drop 4 diamond
  164. chance of 5%:
  165. if player can hold 1 emerald:
  166. add 4 emerald to player
  167. else:
  168. drop 4 emerald
  169. chance of 4%:
  170. if player can hold 1 obsidian:
  171. add 4 obsidian to player
  172. else:
  173. drop 4 obsidian
  174. chance of 5%:
  175. if player can hold 1 gold ingot:
  176. add 4 gold ingot to player
  177. else:
  178. drop 4 gold ingot
  179. chance of 5%:
  180. if player can hold 1 iron ingot:
  181. add 4 iron ingot to player
  182. else:
  183. drop 4 iron ingot
  184. chance of 3%:
  185. if player can hold 1 bookshelf:
  186. add 4 bookshelf to player
  187. else:
  188. drop 4 bookshelf
  189. chance of 2%:
  190. if player can hold 1 tnt:
  191. add 4 tnt to player
  192. else:
  193. drop 4 tnt
  194. chance of 4%:
  195. if player can hold 1 apple:
  196. add 4 apple to player
  197. else:
  198. drop 4 apple
  199. on join:
  200. set {CB::%player%} to true
  201. on load:
  202. set {cb} to false
  203. command /cobble [<text>]:
  204. trigger:
  205. if {CB::%player%} is true:
  206. set {CB::%player%} to false
  207. send "&cWylaczyles drop cobbla!"
  208. else:
  209. set {CB::%player%} to true
  210. send "&aWlaczyles drop cobbla!"
  211. on item spawn of cobblestone:
  212. if {cb} is true:
  213. cancel event
  214. on mine of stone:
  215. set {cb} to true
  216. wait 2 tick
  217. set {cb} to false
  218. command /run [<text>] [<text>]:
  219. permission message: &4Nie masz uprawnien do tej komedy!
  220. permission: run.cmd
  221. trigger:
  222. if sender is not console:
  223. if arg 1 parsed as player is set:
  224. if arg 2 is set:
  225. run arg 1 parsed as player command "%arg 2%" as op
  226. command /pomoc [<text>]:
  227. trigger:
  228. if arg 1 is not set:
  229. open chest with 3 rows named " &8** &cPOMOC &8**" to player
  230. wait 1 tick
  231. format slot 0 of player with 1 of nether star named "&b☆ &cWLASCICIEL: mat_men &b☆" to close
  232. format slot 7 of player with 1 of nether star named "&b☆ &cWSP - WLASCICIEL: _Twaq_ &b☆" to close
  233. format slot 15 of player with 1 of end stone named "&2Stoniarka" to close then run "run %player% pomoc drop"
  234. if arg 1 is "drop":
  235. open chest with 2 rows named " &8** &cDROP &8**" to player
  236. wait 1 tick
  237. format slot 0 of player with 1 of diamond named "&cDiament" with lore "&cSzansa: &45%%||&cFortuna: &2ON" to close
  238. format slot 1 of player with 1 of emerald named "&cSzmaragd" with lore "&cSzansa: &45%%||&cFortuna: &2ON" to close
  239. format slot 2 of player with 1 of gold ingot named "&cZloto" with lore "&cSzansa: &45%%||&cFortuna: &2ON" to close
  240. format slot 3 of player with 1 of iron ingot named "&cZelazo" with lore "&cSzansa: &45%%||&cFortuna: &2ON" to close
  241. format slot 4 of player with 1 of coal named "&cWegiel" with lore "&cSzansa: &45%%||&cFortuna: &2ON" to close
  242. format slot 5 of player with 1 of Obsidian named "&cObsidian" with lore "&cSzansa: &44%%||&cFortuna: &2ON" to close
  243. format slot 6 of player with 1 of apple named "&cJabka" with lore "&cSzansa: &44%%||&cFortuna: &2ON" to close
  244. format slot 7 of player with 1 of bookshelf named "&cBiblioteczka" with lore "&cSzansa: &43%%||&cFortuna: &2ON" to close
  245. format slot 8 of player with 1 of tnt named "&cTnT" with lore "&cSzansa: &42%%||&cFortuna: &2ON" to close
  246. format slot 9 of player with 1 of ender pearl named "&cPerla" with lore "&cSzansa: &40.1%%||&cFortuna: &4OFF" to close
  247. format slot 10 of player with 1 of beacon named "&cBeacon" with lore "&cSzansa: &40.001%%||&cFortuna: &4OFF" to close
  248. command /drop [<text>]:
  249. aliases: stone, kamien
  250. trigger:
  251. open chest with 2 rows named " &8** &cDROP &8**" to player
  252. wait 1 tick
  253. format slot 0 of player with 1 of diamond named "&cDiament" with lore "&cSzansa: &45%%||&cFortuna: &2ON" to close
  254. format slot 1 of player with 1 of emerald named "&cSzmaragd" with lore "&cSzansa: &45%%||&cFortuna: &2ON" to close
  255. format slot 2 of player with 1 of gold ingot named "&cZloto" with lore "&cSzansa: &45%%||&cFortuna: &2ON" to close
  256. format slot 3 of player with 1 of iron ingot named "&cZelazo" with lore "&cSzansa: &45%%||&cFortuna: &2ON" to close
  257. format slot 4 of player with 1 of coal named "&cWegiel" with lore "&cSzansa: &45%%||&cFortuna: &2ON" to close
  258. format slot 5 of player with 1 of Obsidian named "&cObsidian" with lore "&cSzansa: &44%%||&cFortuna: &2ON" to close
  259. format slot 6 of player with 1 of apple named "&cJabka" with lore "&cSzansa: &44%%||&cFortuna: &2ON" to close
  260. format slot 7 of player with 1 of bookshelf named "&cBiblioteczka" with lore "&cSzansa: &43%%||&cFortuna: &2ON" to close
  261. format slot 8 of player with 1 of tnt named "&cTnT" with lore "&cSzansa: &42%%||&cFortuna: &2ON" to close
  262. format slot 9 of player with 1 of ender pearl named "&cPerla" with lore "&cSzansa: &40.1%%||&cFortuna: &4OFF" to close
  263. format slot 10 of player with 1 of beacon named "&cBeacon" with lore "&cSzansa: &40.001%%||&cFortuna: &4OFF" to close
Advertisement
Add Comment
Please, Sign In to add comment