Advertisement
Guest1221

Fall Height

Jan 13th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. command /SetHeight:
  2. trigger:
  3. if player has permission "SetHeight.admin":
  4. set {fallheight} to y-coordinate of player
  5. send "&cSkyline &6ยป &3Height Set!"
  6.  
  7. On any movement:
  8. if player is in world "Maps":
  9. if y-coordinate of player is smaller than {fallheight}:
  10. teleport player to {arena}
  11. broadcast "&cSkyline &6ยป &3You Fell Into The Void"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement