Advertisement
Guest User

Untitled

a guest
May 24th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. n rightclick:
  2. if name of player's tool is "&4Rzucane TnT":
  3. set {tnt.%player%} to true
  4. shoot a TNT from player with speed 0.4
  5. remove 1 tnt named "&4Rzucane TnT" from player
  6. wait 2 second
  7. set {tnt.%player%} to false
  8. on place tnt:
  9. if {tnt.%player%} is true:
  10. cancel event
  11. on script load:
  12. register new shaped recipe for TNT of infinity 1 named "&4Rzucane TnT" using gold ingot, iron block, gold ingot, iron block, tnt, iron block, gold ingot, iron block, gold ingot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement