How to make a player kill counter in Minecraft(BEDROCK)
Channel:
Subscribers:
1,420
Published on ● Video Link: https://www.youtube.com/watch?v=XKAtN410DZg
Today I will show you how to make a kill counter to count how many player you have killed in minecraft.
/scoreboard objectives add Kills dummy
/scoreboard players add Yourname Kills
/scoreboard objectives setdisplay sidebar Kills
/replaceitem entity @a slot.inventory 1 bedrock 1 1 {"item_lock":{"mode":"lock_in_slot"}}
/clear @a bedrock 0 1
/execute @e[type=item, name="bedrock"] ~~~ scoreboard players add @p [r=50] Kills 1
/kill @e[type=item,name=bedrock]