Advertisement
Guest User

Untitled

a guest
Mar 17th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. on break:
  2. if player can build at targeted block:
  3. if lore of player's tool is "&3[Explosion]":
  4. loop blocks in radius 1.8 around the targeted block:
  5. if loop-block is coal ore:
  6. give player 1 coal
  7. set loop-block to air
  8. if loop-block is diamond ore:
  9. give player 1 diamond
  10. set loop-block to air
  11. if loop-block is gold ore:
  12. give player 1 gold
  13. set loop-block to air
  14.  
  15. command /testpic:
  16. trigger:
  17. set lore of player's tool to "&3[Explosion]"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement