How to Make a Kills / Deaths Counter in Minecraft

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ส.ค. 2024
  • In this video I will show you how to make a Kills / Deaths Counter in Minecraft Bedrock Edition.
    titleraw @a actionbar {"rawtext":[{"text":"§6"},{"selector":"*"},{"text":"
    §bKills: §f"},{"score":{"name":"*","objective":"Kills"}},{"text":"
    §aDeaths: §f"},{"score":{"name":"*","objective":"Deaths"}}]}
    replaceitem entity @a slot.inventory 8 apple 1 0 {"minecraft:item_lock":{ "mode": "lock_in_slot" }}
    -------------KILL COUNTER-------------
    execute at @e[type=item,name="Apple"] at @p run scoreboard players add @p[r=2] Kills 1
    kill @e[type=item,name="Apple"]
    -------------DEATH COUNTER-------------
    tag @a add dead
    tag @e[type=!player] remove dead
    scoreboard players add @a[tag=dead,tag=!counted] Deaths 1
    tag @a[tag=dead] add counted
    tag @a[tag=!dead] remove counted
    ---------------------------------------------------------------------------------------------------------------------------
    All of these commands are required, or the counters both will not work and there will be many errors happening inside your world. If you need any assistance be sure to comment what is happening down below in the description so I can assist you. Be sure to like and subscribe for more future content.

ความคิดเห็น • 29

  • @Starligh918
    @Starligh918 หลายเดือนก่อน +1

    Hi im,blaketpblake

  • @User92742
    @User92742 28 วันที่ผ่านมา

    This helped so much 🙏

  • @JediRangersWorkshop-StarWars
    @JediRangersWorkshop-StarWars 24 วันที่ผ่านมา

    Thank you

  • @maddog5284
    @maddog5284 หลายเดือนก่อน +1

    The actual scoreboard is not showing for me, i have no idea why as i have spellchecked the commands multible times. Does it have to do with adding the objectives or some other external command that is separate from the command blocks.

    • @WardenStar
      @WardenStar  หลายเดือนก่อน

      @@maddog5284 im not sure make sure ypur scoreboards are correct i might be able to help you out sometime

    • @Legendisawinner
      @Legendisawinner 20 วันที่ผ่านมา

      What do you play on

    • @WardenStar
      @WardenStar  20 วันที่ผ่านมา

      @@Legendisawinner computer

  • @coreycarter-m6n
    @coreycarter-m6n 19 วันที่ผ่านมา

    what does failed to execute titleraw as [null] mean

    • @WardenStar
      @WardenStar  19 วันที่ผ่านมา

      that something is wrong and that it isn't working properly

  • @ChrisHallett-t3y
    @ChrisHallett-t3y 2 หลายเดือนก่อน +1

    It didnt work the death counter is at 2499 how can i fix it?

    • @ewoker17gaming
      @ewoker17gaming 2 หลายเดือนก่อน +1

      Go look again at the video yes I know he goes to fast

    • @WardenStar
      @WardenStar  2 หลายเดือนก่อน

      be sure u are doing everything correctly and you can pause the video whenever u need to

    • @PracticalZer0
      @PracticalZer0 23 วันที่ผ่านมา

      @@WardenStarI’ve done everything right including trying to put them on conditional it still doesn’t work can you please help?

    • @PracticalZer0
      @PracticalZer0 23 วันที่ผ่านมา

      Yo did you figure out the issue?

    • @PracticalZer0
      @PracticalZer0 23 วันที่ผ่านมา

      @@ewoker17gamingit’s not working for me either and I have rewatched the video many times

  • @Legendisawinner
    @Legendisawinner 17 วันที่ผ่านมา

    All of the command blocks say “no targets matched selector” do you know what’s wrong?

    • @WardenStar
      @WardenStar  17 วันที่ผ่านมา

      @@Legendisawinner that means that the command block cant find the target your looking for