Advertisement
kurakurakuragon

Untitled

Oct 5th, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. command /vanish on:
  2. trigger:
  3. loop all players:
  4. hide all players to player
  5. wait 0.5 ticks
  6. message "&e%player% has joined the game!" to loop-player
  7.  
  8. command /vanish off:
  9. tirigger:
  10. loop all players:
  11. reveal all players to player
  12. wait 0.5 ticks
  13. message "&e%player% has left the game!" to loop-player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement