Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. command /spawn:
  2. trigger:
  3. if player has permission "fdsfs.spawn":
  4. set {_loc} to "%x-coordinate of player%, %y-coordinate of player%, %z-coordinate of player%"
  5. send player title "&8[&6TELEPOTR&8]" with subtitle "&8» fZostaniesz teleportowany za 5 sekund" for 5 secounds
  6. wait 5 real seconds
  7. if "%x-coordinate of player%, %y-coordinate of player%, %z-coordinate of player%" is {_loc}:
  8. teleport player to {spawn}
  9. send "&8» &7Teleportacja &epomyslna!"
  10. else:
  11. send "&8» &eRuszyles sie! &7Teleportacja anulowana!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement