Skip to content

Release 1.16.1

Compare
Choose a tag to compare
@tastybento tastybento released this 20 Mar 15:06
· 795 commits to master since this release

Change Log

1.16.1 brings some new features and bug fixes to BentoBox. A number of the improvements are around languages (locales) so to see them you will need to delete your old language files so that BentoBox can recreate them. If you have customized your files, do not do this otherwise you will lose all your customizations.

Other notable changes are the addition of a new event in the API: IslandNewIslandEvent. This is fired after the player is teleported to a new island. This can be used by addons to run code that needs to be run only after the player has arrived on their new island. One example is with Boxed, where achievements are cleared for the player.

New Features or Improvements

  • In 1.16.0, admins could set island settings using the command line. This release we added the ability to set the spawn island settings. (commit: 031d789).
  • Improved zh-CN.yml (#1708) (commit: e36dc68) (#1710) (commit: 4544cad), (commit: 17d5b73)
  • API: Added IslandNewIslandEvent (commit: 45bcf64)
  • Added locale strings for the DamageCause enum. Used in InvincibleVistors (commit: d97d15d)
  • Translate ja.yml via GitLocalize (#1711) (commit: 487fa6a)
  • Added DamageCause into zh-CN.yml and zh-HK.yml. (#1721) (commit: b8d9b73)

Bug Fixes

  • Fixed purge command "one day or more" message (commit: 40d1c31)
  • Avoid loading or enabling disabled addons. (commit: 1feaddf)
  • Remove debug lines. (commit: 0769af0)
  • Date formatting was choking sometimes. This is simpler. (commit: d70b07c)
  • Fixed end platform generation (#1717) (commit: cf5483e)
  • Fixes player teleportation in void. (#1716) (commit: 592b4e3)
  • Fixes spawn platform position in the end. (#1713) (commit: 8ce30a7)
  • Return island protection center instead of island logical center (commit: 87bdee0)