#adding scoreboards to entities?
1 messages · Page 1 of 1 (latest)
<@&1201956957406109788>
💬 While you wait, take this time to provide more context and details.
🙇 If nobody has answered you by <t:1735496004:t>, feel free to use the Summon Helpers button to ping our helper team.
✅ Once your question has been resolved (or you no longer need it), please click Resolve Question or run /resolve
just instead of doing @p use @e[<any_selector>]
/scoreboard players add <entity> <score> <value>?
what about using a Health scoreboard
The Health criteria doesn't get tracked automatically for non-players, you need to make a dummy scoreboard and then store their health value to it
I set one up but when I checked the mob it said cant find value of Health for entity none is set
how would I do that?
First make a dummy scoreboard, and then use execute store result score ... run data get entity @s Health
Of course
Depends where you use it
ok