View difference between Paste ID: 1p9Snx0s and A0EMFfcW
SHOW: | | - or go back to the newest paste.
1
command /hide:
2
    trigger:
3
        hide all players from player
4
	message "&cAll players have been hidden."
5
6
command /show:
7
   trigger:
8-
	reveal all players to player
8+
		reveal all players to player
9-
      message "&aAll players are displayed."
9+
	message "&aAll players are displayed."