Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #=================
- # Autorem Skriptu
- # Jest DarkIwanek
- # oraz Kappabor
- #=================
- on first join:
- wait 1 tick
- teleport player to {spawn}
- on death:
- wait 1 tick
- teleport player to {spawn}
- on death of player:
- wait 1 tick
- teleport player to {spawn}
- on respawn:
- wait 1 tick
- teleport player to {spawn}
- on first login:
- wait 1 tick
- teleport player to {spawn}
- command /setspawn:
- permission: multi.setspawn
- description: Ustawiasz miejsce spawnu.
- trigger:
- set {spawn} to location of player
- send "&6** &9Ustawiles miejsce spawnu!"
- command /spawn:
- trigger:
- player has 3 diamond:
- send "&6** &7Teleportacja nastapi za: &95 &7sekund!"
- remove 3 diamond from player
- apply slowness 10 to the player for 5 seconds
- apply blindness 5 to the player for 5 seconds
- wait 5 seconds
- teleport player to {spawn}
- else:
- send "&6** &7Koordynaty spawnu: &9x:444, z:-742&7."
- send "&6** &7Twoj kompas kieruje teraz na spawn!"
- send "&6** &7Aby teleportowac sie natychmiastowo musisz miec &93 &7diamenty."
Advertisement
Add Comment
Please, Sign In to add comment