[SPIGOT-444] Potion Effect Health boost Created: 18/Jan/15 Updated: 20/Jul/16 Resolved: 20/Jul/16 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | quienti | Assignee: | Unassigned |
Resolution: | Cannot Reproduce | Votes: | 0 |
Labels: | 1.8, bukkit | ||
Environment: |
bukkit and craftbukkit 1.8R0.1 |
Description |
When I add health_Boost to a player player.addPotionEffect(new PotionEffect(PotionEffectType.HEALTH_BOOST, 2000000, 4), false); My hunger bar restore hunger points but it's just a graphic bug, my player don't restore realy hunger points... |
Comments |
Comment by md_5 [ 20/Jul/16 ] |
Doesn't appear to be an issue anymore |
Comment by KuroHasu62 [ 28/Jan/15 ] |
Yeah, I've got the same issue too, when using p.setMaxHealth(40D); the hunger bar of my character depletes when running, jumping, and all, but it gets regenerated (visually), the client considers it to be at the visual level, but the accurate level is still registered by my character. Example : I hope that it is clear with the example though ^^' I hope this issue is easy to deal with though, thanks a lot for the work done on this =) Kuro. |
Comment by Thinkofname [ 25/Jan/15 ] |
Sounds like its client side, can anyone confirm? |
Comment by quienti [ 24/Jan/15 ] |
Same problem with this : p.setMaxHealth(40D); |