
Inventory Switcher
Separate inventories per game mode world and per island if players have more than one. Players keep different items, XP, advancements, and gear for each BentoBox game.
Список изменений
🎁 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 https://github.com/BentoBoxWorld/InvSwitcher/pull/57
Full Changelog: https://github.com/BentoBoxWorld/InvSwitcher/compare/1.19.0...1.19.1
