Advertisement
Guest User

Untitled

a guest
Feb 25th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. on block break:
  2. if player is holding a blaze rod named "&6&lUltra Brush":
  3. loop blocks in radius 2 of event-block:
  4. if loop-block is stone or cobblestone or obsidian or any ore:
  5. add loop-block to {_explosive.%player%::*}
  6. loop {_explosive.%player%::*}:
  7. drop loop-value
  8. set loop-block to air
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement