Advertisement
Guest User

Untitled

a guest
Jan 25th, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. on mine of stone:
  2. if player's tool is pickaxe of fortune 3:
  3. chance of 100%:
  4. give a random integer between 4 and 2 of gold ingot to player
  5. send "&7 Znalazles zloto!"
  6. stop
  7. else:
  8. if player's tool is pickaxe of fortune 2:
  9. chance of 5%:
  10. give a random integer between 3 and 1 of gold ingot to the player
  11. send "&Znalazles zloto!"
  12. stop
  13. else:
  14. if player's tool is pickaxe of fortune 1:
  15. chance of 1%:
  16. give a random integer between 3 and 1 of gold ingot to the player
  17. send "&Znalazles zloto!"
  18. stop
  19. else:
  20. if player's tool is pickaxe of fortune 0:
  21. chance of 1%:
  22. give a random integer between 3 and 1 of gold ingot to the player
  23. send "&Znalazles zloto!"
  24. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement