Advertisement
Guest User

Untitled

a guest
Jan 10th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. on mine:
  2. if player is holding diamond pickaxe with lore "&7Test":
  3. set {_1} to location of event-block
  4. set {_2} to location of event-block
  5. add 1 to y-coord of {_1}
  6. subtract 1 from y-coord of {_2}
  7. add 1 to z-coord of {_1}
  8. subtract 1 from z-coord of {_2}
  9. add 1 to x-coord of {_1}
  10. subtract 1 from x-coord of {_2}
  11. loop blocks within {_1} to {_2}:
  12. skellett break loop-value naturally using player's tool
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement