Advertisement
mrkeith782

Untitled

Apr 16th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.92 KB | None | 0 0
  1. on left click:
  2. block is stone:
  3. chance of 0.01%:
  4. loop 100 times:
  5. chance of 2%:
  6. stop loop
  7. drop 1 cobblestone at the clicked block
  8. loop 100 times:
  9. chance of 10%:
  10. stop loop
  11. drop 1 coal at the clicked block
  12. chance of 25%:
  13. drop stone pick at the clicked block
  14. chance of 10%:
  15. drop iron pick of efficiency 3, unbreaking 3 named "<gray>Cobble Pickaxe" at location of the clicked block
  16. chance of 10%:
  17. drop iron sword of sharpness 2, knockback 1 named "<gray>Cobble Sword" at location of the clicked block
  18. set block at clicked block to air
  19. block is coal ore:
  20. chance of 0.1%:
  21. loop 100 times:
  22. chance of 5%:
  23. stop loop
  24. drop 1 coal at the clicked block
  25. loop 100 times:
  26. chance of 20%:
  27. stop loop
  28. chance of 50%:
  29. drop 1 iron ore at the clicked block
  30. chance of 50%:
  31. drop 1 iron ingot at the clicked block
  32. chance of 25%:
  33. drop iron pick at the clicked block
  34. chance of 10%:
  35. drop diamond pick of unbreaking 2, efficiency 3 named "<gray>Coal Pickaxe" at location of the clicked block
  36. chance of 10%:
  37. drop Diamond Sword of Sharpness 3, Knockback 1 named "<gray>Coal Sword" at location of the clicked block
  38. set block at clicked block to air
  39. block is iron ore:
  40. chance of 0.1%:
  41. loop 100 times:
  42. chance of 20%:
  43. stop loop
  44. drop 1 iron ingot at the clicked block
  45. loop 10 times:
  46. chance of 50%:
  47. stop loop
  48. drop 1 diamond at the clicked block
  49. chance of 25%:
  50. drop iron pick of efficiency 3 at location of the clicked block
  51. chance of 10%:
  52. drop diamond sword of sharpness 3, knockback 2 named "<gold>Gold Sword" at location of the clicked block
  53. chance of 10%:
  54. drop diamond pickaxe of unbreaking 3, efficiency 5 named "<gold>Gold Pickaxe" at location of the clicked block
  55. chance of 10%:
  56. drop diamond shovel of unbreaking 3, efficiency 5 named "<gold>Gold Shovel" at location of the clicked block
  57. set block at clicked block to air
  58. block is diamond ore:
  59. chance of 0.1%:
  60. broadcast "<red><italic>ThePrisonServer <reset><gray>> <green>%player% <white>has gotten rare treasure from mining a diamond block!"
  61. loop 10 times:
  62. chance of 35%:
  63. stop loop
  64. drop 1 diamond at the clicked block
  65. loop 10 times:
  66. chance of 50%:
  67. stop loop
  68. drop 1 emerald at the clicked block
  69. drop 1 diamond block at the clicked block
  70. chance of 10%:
  71. drop diamond sword of sharpness 3, knockback 2 named "<aqua>Diamond Sword" at location of the clicked block
  72. chance of 10%:
  73. drop diamond pickaxe of unbreaking 5, efficiency 5 named "<aqua>Diamond Pickaxe" at location of the clicked block
  74. chance of 10%:
  75. drop diamond shovel of unbreaking 5, efficiency 5 named "<aqua>Diamond Shovel" at location of the clicked block
  76. set block at clicked block to air
  77. block is emerald ore:
  78. chance of 0.1%:
  79. broadcast "<red><italic>ThePrisonServer <reset><gray>> <green>%player% <white>has gotten rare treasure from mining a emerald block and gave everyone on the server an enchanted pick!"
  80. set block at clicked block to air
  81. loop all players:
  82. add 1 diamond pickaxe of fortune 2, efficiency 3 named "<black>%loop-player%'s Pickaxe" to the loop-player
  83. loop 10 times:
  84. chance of 30%:
  85. stop loop
  86. drop 1 emerald at the clicked block
  87. drop 10 emerald blocks at the clicked block
  88. play 10 of effect "fireworksSpark" with data 0 at the clicked block
  89. loop 100 times:
  90. chance of 2%:
  91. stop loop
  92. wait 0.2 second
  93. drop 1 diamond at the clicked block
  94. drop 1 emerald at the clicked block
  95. chance of 10%:
  96. drop Diamond Sword of Sharpness 4, Knockback 2, Fire Aspect 1 named "<lime>Emerald Sword" at location of the clicked block
  97. chance of 10%:
  98. drop Diamond Pickaxe of Unbreaking 10, Efficiency 7, Fortune 5 named "<lime>Emerald Pickaxe" at location of the clicked block
  99. set block at clicked block to air
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement