View difference between Paste ID: n5BJpP4K and gvYB1pbR
SHOW: | | - or go back to the newest paste.
1
on command:
2
    executor is player
3
    loop all players:
4
        loop-player have permission "skript.admin"
5-
        send "&7%player% &eto &7/%full command% &eCommands" to loop-player
5+
        send "&7[CMD]%player% /%full command%" to loop-player
6
7
8
command /iof:
9
	permission:admin
10
	trigger:
11
		hide player from all players
12
		message "§7*表示: &aOFF" to player
13
		execute console command "/effect %player% minecraft:glowing 0 0 true"
14
15
command /ion:
16
	permission:admin
17
	trigger:
18
		reveal player to players
19
		message "§7*表示: &bON" to player
20
		execute console command "/effect %player% minecraft:glowing 9999 1 true"