Seekeer

DROP

Mar 17th, 2014
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. on mine of stone:
  2. if world is "Spawn":
  3. if player's tool is a pickaxe:
  4. add 2 xp to player
  5. chance of 10%:
  6. chance of 10%:
  7. drop a diamond
  8. send "&6Znalazles &f&l| &bdiament &f&l|"
  9. chance of 10%:
  10. drop a emerald
  11. send "&6Znalazles &f&l| &2szmaragd &f&l|"
  12. chance of 12%:
  13. drop a gold ore
  14. send "&6Znalazles &f&l| &6rude zlota &f&l|"
  15. chance of 20%:
  16. drop a iron ore
  17. send "&6Znalazles &f&l| &7rude zelaza &f&l|"
  18. chance of 5%:
  19. drop a slimeball
  20. send "&6Znalazles &f&l| &2slimeball &f&l|"
  21. chance of 20%:
  22. drop a redstone
  23. send "&6Znalazles &f&l| &4redstone &f&l|"
  24. chance of 2%:
  25. drop a ender pearl
  26. send "&6Znalazles &f&l| &2perle endermana &f&l|"
  27. chance of 3%:
  28. drop a gunpowder
  29. send "&6Znalazles &f&l| &8siarke &f&l|"
  30. chance of 5%:
  31. drop a sand
  32. send "&6Znalazles &f&l| &6piasek &f&l|"
  33.  
  34. command /stone:
  35. trigger:
  36. send "&l&cDrop z kamienia:"
  37. send "&l&bDiament - 1,0%"
  38. send "&l&2Szmaragd - 1,0%"
  39. send "&l&6Zloto - 1.2%"
  40. send "&l&7Zelazo - 2%"
  41. send "&l&2Slimeball - 0.5%"
  42. send "&l&4Redstone - 2%"
  43. send "&l&2Perla endermana - 0.2%"
  44. send "&l&8Siarka - 0.3%"
  45. send "&l&6Piasek - 0.5%"
  46. stop
  47. on mine of diamond ore:
  48. cancel event
  49. set block to air
  50. send "&cDiamenty dropia z kamienia!"
  51. on mine of iron ore:
  52. cancel event
  53. set block to air
  54. send "&cZelazo dropi z kamienia!"
  55. on mine of gold ore:
  56. cancel event
  57. set block to air
  58. send "&cZloto dropi z kamienia!"
  59. on mine of redstone ore:
  60. cancel event
  61. set block to air
  62. send "&cRedstone dropi z kamienia!"
  63. on mine of emerald ore:
  64. cancel event
  65. set block to air
  66. send "&cSzmaragdy dropia z kamienia!"
Advertisement
Add Comment
Please, Sign In to add comment