NoVemberr_

Skrypt 1# NoVspawn 1.0

Sep 16th, 2016
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. <>------------------<>
  2. #Skrypt NoVspawn 1.0
  3. #Autor: NoVemberr_
  4. #Prawa Autorskie Zastrzezone!
  5. # https://skript.pl/profil/5126-novemberr_/
  6. <>------------------<>
  7.  
  8. command /setspawn:
  9. trigger:
  10. if player has permission "xfun.setspawn":
  11. set {spawn} to location of player
  12. send "&8» &7Ustawiles punkt spawnu &epomyslnie!"
  13. else:
  14. send "&8» &7Brak dostepu do: &e(xfun.setspawn)"
  15.  
  16. command /spawn:
  17. trigger:
  18. if player has permission "xfun.spawn":
  19. set {_loc} to "%x-coordinate of player%, %y-coordinate of player%, %z-coordinate of player%"
  20. send "&8» &eTeleportacja &7nastopi za &e5 sekund. &7Nie ruszaj sie!"
  21. wait 5 real seconds
  22. if "%x-coordinate of player%, %y-coordinate of player%, %z-coordinate of player%" is {_loc}:
  23. teleport player to {spawn}
  24. send "&8» &7Teleportacja &epomyslna!"
  25. else:
  26. send "&8» &eRuszyles sie! &7Teleportacja anulowana!"
Advertisement
Add Comment
Please, Sign In to add comment