Advertisement
henritom

GameVoid Build fix

Apr 4th, 2020
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. on block place:
  2. if player is in world %player%;
  3. command ""
  4. else:
  5. cancel event
  6.  
  7.  
  8. on block break:
  9. if player is in world %player%;
  10. command ""
  11. else:
  12. cancel event
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement