Minecraft Kill and Death Counter

Описание к видео Minecraft Kill and Death Counter

Minecraft Bedrock Edition Kill/Death Counter. Using command blocks and scoreboards we will make a kill/death score counter. This video is an improved version on the old item based kill counter video. I had alot of help along the way making this system thank you to everyone who gave advice !

KILL AND DEATH COUNTER ADD ON:    • Kill and Death Counter Add On  

If your stuck on a command or want more command talk join the Shark Commanders discord:   / discord  

Commands From The Video:
In Chat:
/scoreboard objectives add kills dummy
/scoreboard objectives add alive dummy
/scoreboard objectives add deaths dummy
/tickingarea add circle ~~~ 1 kills

RUA
/scoreboard players set @a[scores={alive=!2}] alive 0

CUA
/scoreboard players set @e[type=player] alive 1

CUA
/execute at @a[scores={alive=0}] run scoreboard players add @p[r=5,rm=0.1] kills 1

CUN
/execute at @a[scores={alive=0}] run scoreboard players add @p[r=120,hasitem={location=slot.weapon.mainhand,item=bow}] kills 1

RUA
/execute at @e[type=arrow] run /testfor @e[type=player,r=10]

CUA
/scoreboard players add @a[scores={alive=0}] deaths 1

CUA
/scoreboard players set @a[scores={alive=0}] alive 2

RUA
/execute as @a[r=10] run /titleraw @s actionbar{"rawtext":[{"text":"§6"},{"selector":"@s"},{"text":" \n§aKills§f: "},{"score":{"name":"@s","objective":"kills"}},{"text":" \n§cDeaths§f: "},{"score":{"name":"@s","objective":"deaths"}}]}

RUA
/scoreboard players add @a deaths 0
RUA
/scoreboard players add @a kills 0

Комментарии

Информация по комментариям в разработке