Advertisement
chibichibichibi

Untitled

Oct 27th, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. command /menu:
  2. trigger:
  3. open chest with 6 rows named "&c&lメニュー" to player
  4. wait a tick
  5. format slot 1 of player with nether_star named "&e初期スポーン" with lore "&a初期スポーン地点に戻ります" to close then run [make player execute command "telelob %player%"]
  6.  
  7. command /telelob <player>:
  8. trigger:
  9. teleport arg 1 to {tp.lobby}
  10.  
  11. command /setlob:
  12. permission: setlob.op
  13. permission message: Unknown command. Type "/help" for help.
  14. trigger:
  15. set {tp.lobby} to location of player
  16. message "&eロビーに戻りました"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement