Advertisement
minmin0917

Teleport Lobby -WaterCraft-

Jul 9th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. on quit:
  2. set {lobby.%player%} to "mainlobby"
  3. set {playing.%player%} to false
  4.  
  5. command /lob [<text>]:
  6. aliases: /l
  7. trigger:
  8. if arg 1 is not set:
  9. send "&cUsage: /lob <LobbyName>"
  10. if arg 1 is "mainlobby":
  11. send "&9Teleporting Main Lobby..."
  12. wait 1 seconds
  13. set {lobby.%player%} to "mainlobby"
  14. set {playing.%player%} to false
  15. send "&9Your Teleported Main Lobby!"
  16. if arg 1 is "ffa":
  17. send "&9Teleporting FFA Lobby..."
  18. wait 1 seconds
  19. command "/tp %player% -780 7 -619"
  20. set {lobby.%player%} to "ffa"
  21. set {playing.%player%} to false
  22. send "&9Your Teleported FFA Lobby!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement