New in this release
- Fixes a
ConcurrentModificationExceptionthat could crash the addon on startup when an upgrade tier referenced a missing upgrade data entry (e.g. after partial seeding or manual data edits). Orphaned tiers are now skipped safely with a warning instead of aborting the whole addon load.
Compatibility
✔️ BentoBox API 3.14.0
✔️ Minecraft 1.21.5 - 26.1.x
✔️ Java 21
Upgrading
- Take backups of your server, for safety
- Download this jar and put it in your addons folder - delete the old one
- Restart the server
- You should be good to go!
What's Changed
- fix: resolve ConcurrentModificationException in validateUpgradeTier by @tastybento in #87
- Pin MockBukkit to Maven Central 4.110.0 instead of jitpack snapshot by @tastybento in #87
Full Changelog: 1.0.2...1.0.3