Advertisement
ReportCards

Untitled

Apr 8th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1.  
  2. on rightclick holding tnt:
  3. set {tnt.%player%} to 0
  4. loop blocks in radius 7 around event-block:
  5. loop-block is tnt:
  6. if {tnt.%player%} is greater than 1:
  7. cancel event
  8. message "&7Too much TNT around!"
  9. stop
  10. add 1 to {tnt.%player%}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement