Advertisement
Guest User

Spawn Skript

a guest
Apr 2nd, 2021
994
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. command /setspawn:
  2. aliases: ss
  3. permission: skript.setspawn
  4. permission message: &cSorry! You do not have permission for that command!
  5. trigger:
  6. set {spawn} to location of player
  7. send "&8&l[&c&l!&8&l] &aYou have set the spawn to your location."
  8.  
  9. command /spawn:
  10. trigger:
  11. teleport player to {spawn}
  12. send "&aYou have teleported to spawn!"
  13.  
  14. on first join:
  15. teleport player to {spawn}
  16. wait 1 tick
  17. send "&aWelcome to Volatik!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement