habbu_way

Untitled

Jan 30th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. command /home <text=abcdefghijklmnopqrstuvwxyz> [<text>]:
  2. usage: /home <name>
  3. description: Go to your home
  4. permission: myhome.home
  5. trigger:
  6. if arg 2 is set:
  7. message "&cUtilize /home <home>."
  8. stop
  9. if arg 1 is "abcdefghijklmnopqrstuvwxyz":
  10. message " "
  11. message "&6Homes públicas: &fNenhuma."
  12. message "&6Homes particulares: &f%{homename.%player%::*}%"
  13. stop
  14. if {home.%player%::%arg 1%} is set:
  15. teleport player to {home.%player%::%arg 1%}
  16. message "&aTeleportado com sucesso."
Advertisement
Add Comment
Please, Sign In to add comment