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 declaresInvSwitcheras asoftdependso 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
- 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: retry Vault hook before disabling so addon-provided economies work by @tastybento in #67
Full Changelog: 1.10.0...1.10.1