Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <>------------------<>
- #Skrypt NoVspawn 1.0
- #Autor: NoVemberr_
- #Prawa Autorskie Zastrzezone!
- # https://skript.pl/profil/5126-novemberr_/
- <>------------------<>
- command /setspawn:
- trigger:
- if player has permission "xfun.setspawn":
- set {spawn} to location of player
- send "&8» &7Ustawiles punkt spawnu &epomyslnie!"
- else:
- send "&8» &7Brak dostepu do: &e(xfun.setspawn)"
- command /spawn:
- trigger:
- if player has permission "xfun.spawn":
- set {_loc} to "%x-coordinate of player%, %y-coordinate of player%, %z-coordinate of player%"
- send "&8» &eTeleportacja &7nastopi za &e5 sekund. &7Nie ruszaj sie!"
- wait 5 real seconds
- if "%x-coordinate of player%, %y-coordinate of player%, %z-coordinate of player%" is {_loc}:
- teleport player to {spawn}
- send "&8» &7Teleportacja &epomyslna!"
- else:
- send "&8» &eRuszyles sie! &7Teleportacja anulowana!"
Advertisement
Add Comment
Please, Sign In to add comment