familychicken

Untitled

Jan 31st, 2022 (edited)
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. on rightclick on a cobblestone with a stone pickaxe:
  2. cancel event
  3. add 1 to {%player%.stage}
  4. if floor({%player%.stage}/5)-floor(({%player%.stage}-1)/5) is not 0:
  5. show block break stage floor({%player%.stage}/5) at target block to all players
  6. if {%player%.stage} >= 50:
  7. break event-block
  8. set {%player%.stage} to 0
Add Comment
Please, Sign In to add comment