Oxalist

Spawn

Apr 4th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. command /spawn:
  2. trigger:
  3. if player is in world "ul_Lobby-1":
  4. send "&fUnknown command. Type ""/help"" for help."
  5. stop
  6. if player is in world "Survival":
  7. make console execute command "/mv tp %player% Survival"
  8. send "&e(Server) &7Teleported you to the &fSurvival &7spawn"
  9. stop
  10. if player is in world "Main":
  11. make console execute command "/mv tp %player% Main"
  12. send "&e(Server) &7Teleported you to the &fClicker &7spawn"
  13. stop
  14. if player is in world "Plots":
  15. make console execute command "/mv tp %player% Plots"
  16. send "&e(Server) &7Teleported you to the &fCreative &7spawn"
  17. stop
Add Comment
Please, Sign In to add comment