Advertisement
Guest User

worlds

a guest
Sep 22nd, 2021
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. command /worlds:
  2. permission: staff.worlds
  3. trigger:
  4. send "&3Click a world!"
  5. loop all worlds:
  6. send formatted "<tooltip:&7Click me!><suggest command:/world %loop-value%>&b%loop-value%"
  7.  
  8. command /world [<text>]:
  9. permission: staff.world
  10. trigger:
  11. set {_w} to arg-1
  12. teleport player to world "%{_w}%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement