Advertisement
minmin0917

SkyKing -- Teleport System

Jul 14th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. # SkyKing -- Teleport System
  2.  
  3. on join:
  4. command "/tp @p 26 67 19"
  5.  
  6. command /warp [<text>]:
  7. trigger:
  8. if arg 1 is not set:
  9. send "&cUsage : /Warp <destination>"
  10. if arg 1 is "hub":
  11. send "&7Teleporting..."
  12. wait 1 seconds
  13. send "&6[&cTP&6] &9SkyKing Hub"
  14. command "/tp @p 26 67 19"
  15. if arg 1 is "lobby":
  16. send "&7Teleporting..."
  17. wait 1 seconds
  18. send "&6[&cTP&6] &9SkyKing Hub"
  19. command "/tp @p 26 67 19"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement