Guest User

Untitled

a guest
Jun 30th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. command /test:
  2. trigger:
  3. set {location.%player%} to player's location
  4. set block 0 up -8 west -8 north of {location.%player%} to barrier
  5. loop block in radius 10 around of {location.%player%}:
  6. loop-block is barrier
  7. set {objectif.%player%} to location of loop-block
  8. message "Votre objectif est lĂ : [%{objectif.%player%}%]"
Advertisement
Add Comment
Please, Sign In to add comment