View difference between Paste ID: 9um0UGXv and MNET4iBf
SHOW: | | - or go back to the newest paste.
1
On join:
2-
	broadcast "<light green>[ログイン] <light blue>%player% <cyan>さんがログインしました。"
2+
	broadcast "<light green>[ログイン] <light blue>%player% <cyan>さんがログインしました"
3
4
On quit:
5-
	broadcast "<light red>[ログアウト] <light blue>%player% <cyan>さんがログアウトしました。"
5+
	broadcast "<light red>[ログアウト] <light blue>%player% <cyan>さんがログアウトしました"
6
7
On first join :
8
	broadcast "<light purple>[初ログイン] <light blue>%player% <cyan>さんが初めてログインしました!"
9-
	execute console command "/execute @a ~ ~ ~ /playsound minecraft:entity.player.levelup master @p ~ ~ ~ 1.0 0.7 1.0"
9+
	execute command "/execute @a ~ ~ ~ /playsound minecraft:entity.player.levelup master @p ~ ~ ~ 1.0 0.7 1.0"