#10 HEALTH DISPLAY! mojang-minecraft GAMETEST FRAMEWORK (GER)

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ม.ค. 2025

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

  • @thefolkor4124
    @thefolkor4124 2 ปีที่แล้ว +4

    looking forward to it, you deserve more Subscribers

  • @dgwizGames
    @dgwizGames 2 ปีที่แล้ว +2

    Thank you so much bro, I've been trying to do this for a long time, thank you so much!

  • @pinumber745
    @pinumber745 2 ปีที่แล้ว +3

    Love you vid bro

  • @DextenMods
    @DextenMods 2 ปีที่แล้ว +2

    Good video bro! :D

  • @Halo333X
    @Halo333X 2 ปีที่แล้ว +3

    god channel bro

  • @b0imooo
    @b0imooo 2 ปีที่แล้ว +3

    Nice

  • @ShadowSlayer.007
    @ShadowSlayer.007 2 ปีที่แล้ว +3

    I am indian🇮🇳 don't understand your language but still loves you contend. Keep it up bro👍👍🖤🖤🖤

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

    How to remove this without having the world.events.tick not existing

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

    Could you fix this one for 1.20.80?
    i tried editing tick event and import and it still didnt work..

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

      i changed it to system.runInterval because i think tick event doesnt work anymore but i get an error at replace if you can fix that

  • @epicsans4974
    @epicsans4974 2 ปีที่แล้ว +1

    Thanks

  • @SrMateu
    @SrMateu ปีที่แล้ว +1

    Could you please update your script? or try to solve? it pops up this error, I tried several times to solve it, but I couldn't
    [Scripting][error]-Plugin [ - 1.0.0] - [main.js] ran with error: [TypeError: cannot read property 'subscribe' of undefined at (hp.js:7)
    ]

    • @Dingsel
      @Dingsel  ปีที่แล้ว +2

      That error is bc tick event doesnt exist anymore. Use system.runSchedule instead

    • @SrMateu
      @SrMateu ปีที่แล้ว +1

      I replaced world.events.tick.subscribe with system.runSchedul But it didn't work anyway, and now the log shows another error, saying it has no function 😞

    • @Dingsel
      @Dingsel  ปีที่แล้ว +2

      @@SrMateu meaning that you misspelled something. Check the docs. Also in the beta versions its runInterval

  • @pinumber745
    @pinumber745 2 ปีที่แล้ว

    what if i want entity name instead of id can you help me pls

    • @Dingsel
      @Dingsel  2 ปีที่แล้ว

      then you can just use the entity.nameTag property

  • @爱吃土豆的仓鼠
    @爱吃土豆的仓鼠 2 ปีที่แล้ว

    how to turn the entity health to scoreboard?

    • @Dingsel
      @Dingsel  2 ปีที่แล้ว

      Run a command every tick that uses the entities health.current and set the scorebord value to that

    • @爱吃土豆的仓鼠
      @爱吃土豆的仓鼠 2 ปีที่แล้ว

      @@Dingsel thanks

    • @爱吃土豆的仓鼠
      @爱吃土豆的仓鼠 2 ปีที่แล้ว

      Help, this didn't work
      import { world } from "@minecraft/server"
      world.events.tick.subscribe(() => {
      const entities = Array.from(world.getDimension("overworld").getEntities())
      for (const entity of entities) {

      if (entity.hasTag("show_health")) entity.getComponent("minecraft:health") entity.runCommandAsync('execute as @e[tag=show_health] run execute as @s run scoreboard players set @s health ${health.current}')
      }
      }
      ,)

  • @phatday_
    @phatday_ 2 ปีที่แล้ว

    it doesn't show the player's name but only the type of entities

    • @Dingsel
      @Dingsel  2 ปีที่แล้ว

      Make it so when the entity is a plaer, it uses the player name

    • @phatday_
      @phatday_ 2 ปีที่แล้ว

      @@Dingsel can U show me?

    • @phatday_
      @phatday_ 2 ปีที่แล้ว

      @@Dingsel can you help me please, I found this for a long time

    • @phatday_
      @phatday_ 2 ปีที่แล้ว

      @@Dingsel i can't see player name, and i'm trying to fix that:(

    • @Dingsel
      @Dingsel  2 ปีที่แล้ว

      @@phatday_ I cant help you with that little information

  • @Nguyenhanh-mi3st
    @Nguyenhanh-mi3st 2 ปีที่แล้ว

    Is it available on players?

    • @Dingsel
      @Dingsel  2 ปีที่แล้ว

      it will say plaers but yes. to fix that just set the player nameTag to the player name + health

  • @nttvn8505
    @nttvn8505 2 ปีที่แล้ว

    Can you show the rank, how?

    • @Dingsel
      @Dingsel  2 ปีที่แล้ว

      What do you mean by "Rank"?

  • @whenadog
    @whenadog 2 ปีที่แล้ว +1

    good video bro

  • @Exe-xm5pq
    @Exe-xm5pq 2 ปีที่แล้ว

    Update 1.19 bro?

    • @Dingsel
      @Dingsel  2 ปีที่แล้ว

      I made a video on how to update the scripts. You just have to change the module in the manifest

  • @TheEnemiez
    @TheEnemiez 2 ปีที่แล้ว +1

    hey dingsel! Ass language! Ily

  • @TTNVN7144
    @TTNVN7144 2 ปีที่แล้ว +1

    Nice