Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. command /sethome:
  2. permission: homes.sethome
  3. description: Set your home.
  4. set {home.%player%} to location of player
  5. message "Set your home to &c%location of player%<reset>"
  6.  
  7. command /home:
  8. permission: skript.home
  9. description: Teleport yourself to your home.
  10. trigger:
  11. if {home.%player%} is not set:
  12. message "&cYou have not set your home yet!"
  13. stop trigger
  14. teleport player to {home.%player%}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement