Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. command /test:
  2. trigger:
  3. set {_loc} to location of player
  4. loop blocks in radius 3 around player:
  5. set loop-block to grass
  6.  
  7. add 1 to y loc of {_loc}
  8. broadcast "1"
  9. set {_loc} to air
  10. broadcast "2"
  11. subtract 1 from y loc of {_loc}
  12. broadcast "3"
  13. set {_loc} to air
  14. broadcast "4"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement