Skip to content

Release 1.10.1

Latest

Choose a tag to compare

@tastybento tastybento released this 21 Jun 01:04
84fd9b0

New in this release

  • Fixed Bank disabling itself when the economy is provided by an addon. BentoBox hooks Vault during its early-hook phase, before addons enable. If no economy plugin had registered a provider by then, that early hook was discarded — so when the economy came from an addon (e.g. InvSwitcher, which registers a per-world Vault economy in its own onEnable()), Bank found no Vault provider and shut itself down with "Vault is required". Bank now retries the Vault hook before giving up, and declares InvSwitcher as a softdepend so it enables first when present, making the load order deterministic.

Compatibility

✔️ BentoBox API 3.14.0
✔️ Minecraft 1.21.5 - 26.2
✔️ 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: retry Vault hook before disabling so addon-provided economies work by @tastybento in #67

Full Changelog: 1.10.0...1.10.1