UDON_JP

JoinQuit

Aug 15th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. command /setjoinspawn:
  2. permission: joinspawn.admin
  3. trigger:
  4. set {joinspawn} to location of player
  5. on join:
  6. wait 2 tick
  7. set the join message to "&7&l[&a&l+&7&l] &e%player%"
  8. remove all items from player's inventory
  9. teleport player to {joinspawn}
  10. execute console command "/menu grab %player% lobby"
  11. on quit:
  12. wait 2 tick
  13. set the quit message to "&7&l[&c&l-&7&l] &e%player%"
  14. remove player from {player::*}
Add Comment
Please, Sign In to add comment