Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Health not updating #2

Closed
SylisMC opened this issue Aug 20, 2021 · 1 comment
Closed

[Bug] Health not updating #2

SylisMC opened this issue Aug 20, 2021 · 1 comment

Comments

@SylisMC
Copy link

SylisMC commented Aug 20, 2021

Whenever a player joins the game for the first time their health is displayed as normal (10 full hearts) their health isnt properly set to 3 hearts until a health update check is triggered. Ea taking/receiving damage.

I think this is a mildly critical issue because players are taking fall damage from 4 blocks and jumping from 10 hearts to 2, it's quite a jarring change if you don't know its coming, Falling for A mear 3 hearts of damage would kill you outright, and that's a bit extreme when you can visually see you have 10 hearts... especially for hardcore players

Ive resolved this with a datapack for my server by triggering /effect give @p minecraft:instant_health on any new player that joins.

You can resolve this issue permanently by adding a line to trigger a health update when a player first joins the world

MC1.17.1
levelz-1.0.0.jar

@Globox1997
Copy link
Owner

Thank you for reporting this bug and the good information about it :)
Fixed it with 7283aba

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants