Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. variables:
  2. {axe.%player%} = 0
  3. {shovel.%player%} = 0
  4. {pick_axe.%player%} = 0
  5. {sword.%player%} = 0
  6.  
  7. on drop diamond axe named "<green>Siekiera Bogow":
  8. if targeted block is lava:
  9. if player is in the region wulkan:
  10. set {axe.%player%} to 1
  11. if {axe.%player%} is 1:
  12. if {sword.%player%} is 1:
  13. if {pickaxe.%player%} is 1:
  14. if {shovel.%player%} is 1:
  15. strike lightning at the player
  16. give a golden sword of sharpness 5 unbreaking 6 knockback 3 fortune 3 silk touch 1 efficiency 10 named "<gold>Bron Ostateczna"
  17.  
  18. on drop diamond shovel named "<green>Lopata Bogow":
  19. if targeted block is lava:
  20. if player is in the region wulkan:
  21. set {shovel.%player%} to 1
  22. if {axe.%player%} is 1:
  23. if {sword.%player%} is 1:
  24. if {pickaxe.%player%} is 1:
  25. if {shovel.%player%} is 1:
  26. strike lightning at the player
  27. give a golden sword of sharpness 5 unbreaking 6 knockback 3 fortune 3 silk touch 1 efficiency 10 named "<gold>Bron Ostateczna"
  28.  
  29. on drop diamond sword named "<green>Miecz Bogow":
  30. if targeted block is lava:
  31. if player is in the region wulkan:
  32. set {sword.%player%} to 1
  33. if {axe.%player%} is 1:
  34. if {sword.%player%} is 1:
  35. if {pickaxe.%player%} is 1:
  36. if {shovel.%player%} is 1:
  37. strike lightning at the player
  38. give a golden sword of sharpness 5 unbreaking 6 knockback 3 fortune 3 silk touch 1 efficiency 10 named "<gold>Bron Ostateczna"
  39.  
  40. on drop diamond axe named "<green>Kilof Bogow":
  41. if targeted block is lava:
  42. if player is in the region wulkan:
  43. set {pickaxe.%player%} to 1
  44. if {axe.%player%} is 1:
  45. if {sword.%player%} is 1:
  46. if {pickaxe.%player%} is 1:
  47. if {shovel.%player%} is 1:
  48. strike lightning at the player
  49. give a golden sword of sharpness 5 unbreaking 6 knockback 3 fortune 3 silk touch 1 efficiency 10 named "<gold>Bron Ostateczna"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement