How to Make a Kill / Death Counter in Minecraft
in this video I will be showing you all how to make a kill / death counter in minecraft bedrock edition! It's very simple and easy to do! I know people will use this in their minecraft realm or world! This can be changed like the colors of the scoreboard which is cool and customizable! If you did enjoy the video, don't forget to leave a like and subscribe to the channel! I hope this helped you out! If you have any questions or anything let me know in the comments below! Thank you! Much Love - Gabe
Shoutout to @ArcticSharkGames for this video! I used his tutorial to make this video and he makes a lot of great command block videos! Check him out!
0:00 Intro
0:22 Example
0:44 Gamerules
0:59 Add Objectives
1:35 Ticking Area
1:52 Command Blocks
5:22 Optional Command Blocks
6:32 Outro
Commands!
In Chat -
/scoreboard objectives add kills dummy
/scoreboard objectives add alive dummy
/scoreboard objectives add deaths dummy
/tickingarea add circle ~~~ 1 kills
Repeat, Unconditional, Always Active
/scoreboard players set @a[scores={alive=!2}] alive 0
Chain, Unconditiona, Always Active
/scoreboard players set @e[type=player] alive 1
Chain, Unconditiona, Always Active
/execute at @a[scores={alive=0}] run scoreboard players add @p[r=5,rm=0.1] kills 1
Chain, Unconditiona, Needs Redstone
/execute at @a[scores={alive=0}] run scoreboard players add @p[r=120,hasitem={location=slot.weapon.mainhand,item=bow}] kills 1
Repeat, Unconditional, Always Active
/execute at @e[type=arrow] run /testfor @e[type=player,r=10]
Chain, Unconditiona, Always Active
/scoreboard players add @a[scores={alive=0}] deaths 1
Chain, Unconditiona, Always Active
/scoreboard players set @a[scores={alive=0}] alive 2
------------------------
Repeat, Unconditional, Always Active
/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"}}]}
Repeat, Unconditional, Always Active
/scoreboard players add @a deaths 0
Repeat, Unconditional, Always Active
/scoreboard players add @a kills 0
Watch video How to Make a Kill / Death Counter in Minecraft online without registration, duration hours minute second in high quality. This video was added by user gabedala 07 April 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 30,13 once and liked it 71 people.