Advertisement
Guest User

[SKRIPT] TnT mit Fernzünder (Bedwars) #12

a guest
Feb 26th, 2017
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. on place of tnt:
  2. set {tnt.%player%.location} to event-location
  3. give tripwire hook named "&cZünder" to player
  4. remove 1 tnt from player's inventory
  5. wait 1000 ticks
  6. delete {tnt.%player%.location}
  7. remove 1 tnt from player's inventory
  8.  
  9. on left click with tripwire hook:
  10. block at {tnt.%player%.location} is tnt
  11. wait 1 tick
  12. spawn tnt at {tnt.%player%.location}
  13. set block at {tnt.%player%.location} to air
  14. delete {tnt.%player%.location}
  15. remove all tripwire hook named "&cZünder" from player
  16.  
  17. on place of tripwire hook:
  18. cancel event
  19.  
  20. www.youtube.com/L0v0lup
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement