Skip to content

Release 1.0.3

Latest

Choose a tag to compare

@tastybento tastybento released this 16 Jun 00:15
dd682c6

New in this release

  • Fixes a ConcurrentModificationException that 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

  1. Take backups of your server, for safety
  2. Download this jar and put it in your addons folder - delete the old one
  3. Restart the server
  4. 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