Перейти к содержимому

Joining/Rejoining Player Detector | Location Reset+Joined text | Minecraft Bedrock 1.19.50

Sam Wolf MC

0:00 / 0:00

Joining/Rejoining Player Detector | Location Reset+Joined text | Minecraft Bedrock 1.19.50

3 362 просмотра · 3 года назад
Sam Wolf MC
493 подписчика
3 362 просмотра · 3 года назад
Scoreboards:- /scoreboard objectives add rejoin dummy " " /scoreboard objectives add r2 dummy " " ———————————————————————— 1st Chain of Command Block:- Repeating unconditional: /execute as @a run scoreboard players operation @s r2 = @s rejoin Chain unconditional: /scoreboard players reset * rejoin Chain unconditional: /execute as @a run scoreboard players operation @s rejoin = @s r2 Chain unconditional: /scoreboard players reset * r2 ———————————————————————— Repeating unconditional: /scoreboard players add @a rejoin 0 ———————————————————————— 2nd Chain Of Command Block:- Repeating unconditional: /tag @a[scores={rejoin=0}] add rejoin Chain unconditional: /scoreboard players add @a[tag=rejoin] rejoin 1 ———————————————————————— 3rd Chain Of Command:- [You can Customise This Section to Reset Scores Or Remove Tags just don't forgot to put the last command in one of the commands to remove rejoin tag] Repeating unconditional: /tp @a [tag=rejoin] 0 -60 0 facing 0 -60 10 [put your own spawn's location of your spawn instead of mine] Chain conditional: /say ⟨World⟩ @a [tag=rejoin] Has Joined Chain unconditional: /tag @a [scores={rejoin}] remove rejoin ————————————————————————