Guest User

Untitled

a guest
Nov 17th, 2013
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. # Config
  2. options:
  3. #Tag skryptu:
  4. tag: &2[&6Drop&2]
  5.  
  6. #Na co ma się zamienić ruda po wykopaniu jej? (air - powietrze, nazwy bloków w j. ang. np. stone):
  7. ustaw: air
  8.  
  9. #Procenty:
  10. diament: 0.5
  11. szmaragd: 0.7
  12. zelazo: 1.8
  13. zloto: 1.2
  14.  
  15. on mine of cobblestone:
  16. chance of {@diament}%:
  17. give 1 diamond to the player
  18. send "{@tag} Znalazles <blue>diament"
  19. chance of {@szmaragd}%:
  20. give 1 a emerald to the player
  21. send "{@tag] Znalazles <green>szmaragd"
  22. chance of {@zelazo}%:
  23. give 1 iron ore to the player
  24. send "{@tag} Znalazles <grey>zelazo"
  25. chance of {@zloto}%:
  26. give 1 gold ore to the player
  27. send "{@tag} Znalazles <yellow>zloto"
  28.  
  29. on mine of iron ore:
  30. cancel event
  31. set block to {@ustaw}
  32. stop
  33. on mine of gold ore:
  34. cancel event
  35. set block to {@ustaw}
  36. stop
  37. on mine of diamond ore:
  38. cancel event
  39. set block to {@ustaw}
  40. stop
  41. on mine of a emerald ore:
  42. cancel event
  43. set block to {@ustaw}
  44. stop
Advertisement
Add Comment
Please, Sign In to add comment