Advertisement
taiyaki23

Untitled

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