Advertisement
miyasoku

Untitled

Oct 4th, 2019
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. command /setspawn:
  2. trigger:
  3. if player does not have permission "set.spawn":
  4. send "&4[ERROR] &8| &cYou cannot set spawn!"
  5. stop
  6. if player has permission "set.spawn":
  7. send title "&a&lSpawn has successfully been set" with subtitle "&a&lTo your current location"
  8. set {Spawn} to player's location
  9. stop
  10.  
  11. command /spawn:
  12. trigger:
  13. send title "&a&lTping to spawn in" with subtitle "&a&l3"
  14. wait 1 second
  15. send title "&a&lTping to spawn in" with subtitle "&a&l2"
  16. wait 1 second
  17. send title "&a&lTping to spawn in" with subtitle "&a&l1"
  18. wait 1 second
  19. send "&6[spawn]&7テレポートしました"
  20. teleport player to {Spawn}
  21. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement