π What's new
1.19.1 is a bug-fix release that resolves a death-screen softlock for players using per-island health.
β¨ Highlights
π Fixed per-island health death loop (#56)
With per-island health enabled, a player who owned more than one island could get trapped in an endless respawn/death screen after dying. When their state was captured mid-death it recorded a health of 0; loading that value back into the player on the death island applied setHealth(0), killing them again the instant the world loaded. InvSwitcher now never applies a fatal stored health to a live player β a stored value of 0 (only ever produced mid-death) restores full health instead, matching vanilla respawn behaviour.
βοΈ Compatibility
βοΈ BentoBox 3.17.0
βοΈ Paper Minecraft 1.21.5 β 26.1.2
βοΈ Java 21
π₯ How to update
- Take backups of your server, for safety.
- Stop the server.
- Drop the new InvSwitcher jar into the addons folder and remove the old one.
- Restart the server.
- You should be good to go!
What's Changed
- π Fix per-island health death loop on respawn by @tastybento in #57
Full Changelog: 1.19.0...1.19.1