Guest User

Untitled

a guest
Oct 4th, 2013
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. command /ustawdom:
  2. set {home.%player%} to location of player
  3. send "Ustawiles swoj dom, aby sie teleportowac wpisz /dom"
  4.  
  5. command /dom:
  6. trigger:
  7. send "Za 7 sekund zostaniesz przeteleportowany do domu"
  8. wait 7 second
  9. teleport player to {home.%player%}
  10. send "&eWitaj w domu %player%!"
Advertisement
Add Comment
Please, Sign In to add comment