Advertisement
ReportCards

Untitled

Apr 10th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. command /setspawn:
  2. permission: essentials.setspawn
  3. trigger:
  4. message "<green>Changing the spawn location... May take a tad second!"
  5. wait 5 ticks
  6. message "<lime>Changed spawn location!"
  7. set {spawn} to location of player
  8. command /spawn:
  9. permission: essentials.spawn
  10. trigger:
  11. message "<lime>Teleporting to the <gold>spawn<lime>!"
  12. teleport player to {spawn}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement