Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /spawn:
- trigger:
- if player is in world "ul_Lobby-1":
- send "&fUnknown command. Type ""/help"" for help."
- stop
- if player is in world "Survival":
- make console execute command "/mv tp %player% Survival"
- send "&e(Server) &7Teleported you to the &fSurvival &7spawn"
- stop
- if player is in world "Main":
- make console execute command "/mv tp %player% Main"
- send "&e(Server) &7Teleported you to the &fClicker &7spawn"
- stop
- if player is in world "Plots":
- make console execute command "/mv tp %player% Plots"
- send "&e(Server) &7Teleported you to the &fCreative &7spawn"
- stop
Add Comment
Please, Sign In to add comment