Advertisement
TE1TO9_

Untitled

Apr 9th, 2019
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.51 KB | None | 0 0
  1. command /sethome:
  2.     description: Set your home
  3.     permission: skript.home
  4.     trigger:
  5.         set {homes.%player%.location} to location of player
  6.         message "Set your home to <grey>%location of player%<reset>"
  7.  
  8. command /home:
  9.     description: Teleport yourself to your home
  10.     permission: skript.home
  11.     trigger:
  12.         if {homes.%player%.location} is not set:
  13.             message "You have not set your home yet!"
  14.             stop trigger
  15.         teleport player to {homes.%player%.location}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement