GlowstoneMC / Glowstone-Legacy

An open-source server for the Bukkit Minecraft modding interface
Other
363 stars 122 forks source link

Player max health is not updated #609

Open SpaceManiac opened 9 years ago

SpaceManiac commented 9 years ago

Setting the max health of a player through setMaxHealth does not update the player's view of their max health as it should, leading to odd scaling for players with modified max health.

It might be that the max health must be conveyed through entity attributes (play outbound 0x20), which Glowstone does not yet support.