Skip to content

Release 1.19.1

Latest

Choose a tag to compare

@tastybento tastybento released this 02 Jul 04:16
63b162c

🎁 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

  1. Take backups of your server, for safety.
  2. Stop the server.
  3. Drop the new InvSwitcher jar into the addons folder and remove the old one.
  4. Restart the server.
  5. 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