Wheemangga

[Skript] Home-Teleport Death Warp

May 28th, 2014 (edited)
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. On bed enter:
  2. set {home.%player%} to location of player
  3. on death of player:
  4. {home.%player%} is set:
  5. teleport player to {home.%player%}
  6. send "Kamu telah mati dan diteleport ke bed"
  7. else:
  8. send "aweeaae"
  9.  
  10. command /home:
  11. Trigger:
  12. {home.%player%} is set:
  13. teleport player to {home.%player%}
  14. send "Teleport to Home Suces!"
  15. else:
  16. send "You dont have RUMAH"
  17. Command /sethome:
  18. Trigger:
  19. set {home.%player%} to location of player
  20. send "Home Set!"
Add Comment
Please, Sign In to add comment