Skip to content

Release 1.24.1

Compare
Choose a tag to compare
@tastybento tastybento released this 29 Jul 19:05
· 241 commits to master since this release
78092aa

This is a bug fix release. The main fix is for an exploit where players could cause projectile damage on an adjacent island if it was allowed on the island they were in. Now damage checks are done on where the damage occurs and not where the shooter is.

Compatibility

✔️ Minecraft 1.20.1
✔️ Java 17
✔️ Addons may need to be updated to their latest version to work with this version of BentoBox

Downloading

It's a good idea to use our download site where you can pick and choose add-ons: https://download.bentobox.world.

Upgrading

  1. As always, take backups just in case. (Make a copy of everything!)
  2. Stop the server
  3. Replace the BentoBox jar with this one
  4. Download the latest versions of all your addons and put them in the Addons folder
  5. Restart the server
  6. You should be good to go!

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

  • Exploit fix - Judge location of damage by location of entity not user (commit: 170c31f)
  • Various code refactoring to reduce complexity, improve maintenance
  • Improve or added automated tests for compilation

Full Changelog: 1.24.0...1.24.1