Advertisement
Guest User

Untitled

a guest
Oct 16th, 2018
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. command /rand:
  2. trigger:
  3. open chest with 1 row named "&cRand" to player
  4. format gui slot 4 of player with dirt named "&6Dirt" to close then run player command "rand-test"
  5.  
  6. command /rand-test:
  7. trigger:
  8. if player is in a plot:
  9. set the border blocks at height 65 of the plot with id "%the ID of the plot at player%" to dirt
  10. else:
  11. message "&cDas ist kein Plot!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement