Skip to content

Release 1.17.3

Compare
Choose a tag to compare
@tastybento tastybento released this 11 Sep 03:00
· 1113 commits to master since this release
a6d70d6

Compatibility

✔️ Minecraft 1.17.1 (for 1.16.5 compatibility use the 1.16.x release
✔️ Java 16

Upgrading

If you are on BentoBox 1.17.2 then do this:

  1. As always, take backups just in case. (Make a copy of everything)
  2. Stop server
  3. Replace the BentoBox jar with this one
  4. There are locale changes, so move plugins/BentoBox/locales to plugins/BentoBox/locales.old so the new locales can generate
  5. If you customized the locales merge back in your changes.
  6. Restart the server
  7. 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.

Change Log

New Feature

  • 🔺Remove invulnerable visitor protection if island is in PVP mode (commit: 7621677)
  • Adds arrow sound when teleporting into a PVP island. (commit: 7d7882c)
  • Slimmer trimmer island info for players. (commit: 0f7ca6a)
  • 🔡 Implement Flag icon changing via Locales file. (#1829) (commit: fa41abc)
  • Hex pr 1820 (#1822) (commit: b906f55)

Bug Fixes

  • Fixes a bug when Potion metadata was not applied (#1849) (commit: 6bf3264)
  • Fixes Pladdon reloading issue. (#1847) (commit: 23e3554)
  • Fixes NPE in admin tp if nether or end worlds don't exist. (commit: 74ded5a)
  • Fixes coop and trust invites when team invites are not allowed (commit: 23522a2)
  • Prevent home teleport when already home teleporting (commit: 5bb12d5)
  • 🔡 Fix German flag banner description. (commit: a9a7673)
  • Fix version command to show addon state. (commit: 44f06f2)
  • Support glowing ink in blueprints (#1842) (commit: faf351f) (1.17 only)
  • Set the default game mode when player makes island. (commit: 876ba91)
  • Add Citizens to Softdepend list for NPC support (#1834) (commit: 705693f)

API