Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2015
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. on mine of iron ore:
  2. set block to air
  3. send "&4&l[Blad] &rZelazo &4Wypada tylko ze stone"
  4. cancel event
  5. on mine of gold ore:
  6. cancel event
  7. set block to air
  8. send "&4&l[Blad] &7Rudy 74Wypadaja tylko ze stone"
  9. on mine of diamond ore:
  10. cancel event
  11. set block to air
  12. send "&4&l[Blad] &7Rudy 74Wypadaja tylko ze stone"
  13. on mine of emerald ore:
  14. cancel event
  15. set block to air
  16. send "&4&l[Blad] &7Rudy 74Wypadaja tylko ze stone"
  17. on mine of stone:
  18. if player's gamemode is survival:
  19. drop 10 xp
  20. execute console command "playsound random.pop %player%"
  21. on mine stone:
  22. if player's gamemode is survival:
  23. if player's tool is pickaxe:
  24. chance of 2%:
  25. give 1 265 to the player
  26. send "&lZnalazłeś &7Żelazo&6!"
  27. drop 1 xp
  28. chance of 100%:
  29. if player's y-coordinate is smaller than 30:
  30. give 1 266 to the player
  31. drop 1 xp
  32. chance of 90%:
  33. if player's y-coordinate is smaller than 30:
  34. give 1 diamond to the player
  35. drop 1 xp
  36. chance of 70%:
  37. if player's y-coordinate is smaller than 30:
  38. give 1 emerald to the player
  39. drop 1 xp
  40. chance of 100%:
  41. give 1 coal to the player
  42. command /kamien:
  43. trigger:
  44. send "&7Drop to:"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement