Advertisement
taiyaki23

Untitled

May 30th, 2020
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. on rightclick with tnt:
  2. if name of tool of player is "&cmineTNT":
  3. if {mcw1.%player%} is "0":
  4. set {mcw1.%player%} to 20
  5. cancel event
  6. spawn 1 primed TNT at location of block above player
  7. set fuse time of the last spawned primed TNT to 30
  8. if player is not sneaking:
  9. wait 1 tick
  10. push last spawned tnt in direction of player with force 0.4
  11. loop 20 times:
  12. set {mcw1.%player%} to {mcw1.%player%} - 1
  13. wait 1 second
  14. set {mcw1.%player%} to 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement