Guest User

Multi Spawn

a guest
Jan 11th, 2014
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. #=================
  2. # Autorem Skriptu
  3. # Jest DarkIwanek
  4. # oraz Kappabor
  5. #=================
  6. on first join:
  7. wait 1 tick
  8. teleport player to {spawn}
  9. on death:
  10. wait 1 tick
  11. teleport player to {spawn}
  12. on death of player:
  13. wait 1 tick
  14. teleport player to {spawn}
  15. on respawn:
  16. wait 1 tick
  17. teleport player to {spawn}
  18. on first login:
  19. wait 1 tick
  20. teleport player to {spawn}
  21. command /setspawn:
  22. permission: multi.setspawn
  23. description: Ustawiasz miejsce spawnu.
  24. trigger:
  25. set {spawn} to location of player
  26. send "&6** &9Ustawiles miejsce spawnu!"
  27. command /spawn:
  28. trigger:
  29. player has 3 diamond:
  30. send "&6** &7Teleportacja nastapi za: &95 &7sekund!"
  31. remove 3 diamond from player
  32. apply slowness 10 to the player for 5 seconds
  33. apply blindness 5 to the player for 5 seconds
  34. wait 5 seconds
  35. teleport player to {spawn}
  36. else:
  37. send "&6** &7Koordynaty spawnu: &9x:444, z:-742&7."
  38. send "&6** &7Twoj kompas kieruje teraz na spawn!"
  39. send "&6** &7Aby teleportowac sie natychmiastowo musisz miec &93 &7diamenty."
Advertisement
Add Comment
Please, Sign In to add comment