Skip to content

Releases: BentoBoxWorld/Bank

Release 1.9.0

17 Nov 01:03
f03267e
Compare
Choose a tag to compare

What's Changed

Compatibility

✔️ BentoBox API 2.7.1
✔️ Minecraft 1.20.3
✔️ Java 21

Changelog

Legend

  • 🔡 locale files may need to be regenerated or updated.
  • ⚙️ config options have been removed, renamed or added.
  • 🔺 special attention needed.

Updating

  1. Stop server
  2. Make a backup of the BentoBox Folder for safety
  3. Copy this jar into the Addons folder and remove the old jar
  4. Restart the server
  5. You should be good to go!

What's Changed

Full Changelog: 1.8.0...1.9.0

Release 1.8.0

05 Oct 07:11
9caa615
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox API 2.5.4
✔️ Minecraft 1.20.x
✔️ Java 21

Changelog

Legend

  • 🔡 locale files may need to be regenerated or updated.
  • ⚙️ config options have been removed, renamed or added.
  • 🔺 special attention needed.

Updating

  1. Stop server
  2. Make a backup of the BentoBox Folder for safety
  3. Copy this jar into the Addons folder and remove the old jar
  4. Restart the server
  5. You should be good to go!

What's Changed

New Contributors

Full Changelog: 1.7.1...1.8.0

Release 1.7.1

26 Nov 18:21
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox API 2.0.0
✔️ Minecraft 1.20.x
✔️ Java 17

Changelog

Legend

  • 🔡 locale files may need to be regenerated or updated.
  • ⚙️ config options have been removed, renamed or added.
  • 🔺 special attention needed.

Updating

  1. Stop server
  2. Make a backup of the BentoBox Folder for safety
  3. Copy this jar into the Addons folder and remove the old jar
  4. Restart the server
  5. You should be good to go!

What's Changed

Full Changelog: 1.7.0...1.7.1

Release 1.7.0

10 Jun 22:32
74385f4
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox API 1.23
✔️ Minecraft 1.19.4, 1.20
✔️ Java 17

Changelog

Legend

  • 🔡 locale files may need to be regenerated or updated.
  • ⚙️ config options have been removed, renamed or added.
  • 🔺 special attention needed.

What's Changed

  • ⚙️🔺Add cooldown to withdraw and deposit user commands to try to prevent exploits. With some databases, it is possible to execute multiple withdrawals concurrently. Default cool down is 60 seconds. This can be adjusted in config.yml.
  • Version 1.7.0 by @tastybento in #42

Updating

  1. Stop server
  2. Make a backup of the BentoBox Folder for safety
  3. Copy this jar into the Addons folder and remove the old jar
  4. Restart the server
  5. You should be good to go!

Full Changelog: 1.6.0...1.7.0

Release 1.6.0

03 Jun 16:37
3d0b57f
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox API 1.23
✔️ Minecraft 1.19.4
✔️ Java 17

Changelog

Legend

  • 🔡 locale files may need to be regenerated or updated.
  • ⚙️ config options have been removed, renamed or added.
  • 🔺 special attention needed.

What's Changed

Full Changelog: 1.5.0...1.6.0

Updating

  1. Stop server
  2. Make a backup of the BentoBox Folder for safety
  3. Copy this jar into the Addons folder and remove the old jar
  4. (Optional) Remove the locale folder for Bank (found in plugins/BentoBox/locales/Bank) so all the locales can be regenerated
  5. Restart the server
  6. You should be good to go!

Release 1.5.0

17 Apr 06:06
14616c8
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox API 1.23
✔️ Minecraft 1.19
✔️ Java 16

Changelog

Legend

  • 🔡 locale files may need to be regenerated or updated.
  • ⚙️ config options have been removed, renamed or added.
  • 🔺 special attention needed.

What's Changed

New Contributors

Full Changelog: 1.4.0...1.5.0

Release 1.4.0

26 Nov 20:44
61a7481
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox API 1.16.5.
✔️ Minecraft 1.16.5
✔️ Java 16

Changelog

Legend

  • 🔡 locale files may need to be regenerated or updated.
  • ⚙️ config options have been removed, renamed or added.
  • 🔺 special attention needed.

New Features

  • Add tab complete for full balance when depositing/withdrawing (commit: b757037)

What's Changed

Full Changelog: 1.3.2...1.4.0

Release 1.3.2

05 Sep 16:13
4b97468
Compare
Choose a tag to compare

This release fixes an exploit where players can try to deposit very large amounts of money and crash the server. Upgrading to this version is recommended immediately.

Compatibility

✔️ BentoBox API 1.15.4
✔️ Minecraft 1.16.5, 1.17
✔️ Java 8

Changelog

Legend

  • 🔡 locale files may need to be regenerated or updated.
  • ⚙️ config options have been removed, renamed or added.
  • 🔺 special attention needed.

New Features

  • Fix bank balance text in statement (commit: c17e210)
  • Fixes #19 trying to deposit a large amount crashes the server. (commit: 749150e)

Release 1.3.0

31 Dec 07:28
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox API 1.15.4
✔️ Minecraft 1.16.5, 1.17
✔️ Java 8

Changelog

Legend

  • 🔡 locale files may need to be regenerated or updated.
  • ⚙️ config options have been removed, renamed or added.
  • 🔺 special attention needed.

New Features

  • Adds raw balance placeholders for island and visited island (commit: 3933329)
  • ⚙️Adds interest to bank accounts - set in config.yml. (commit: 2600292)

Release 1.1.1

14 Nov 20:18
Compare
Choose a tag to compare

Change Log

  • Added placeholders that format large balances (commit: 87cbc50)
  • Improves admin command responses. (commit: eb0dc86)