Skip to content

1.2.1 - The Bug Slayer

Compare
Choose a tag to compare
@Poslovitch Poslovitch released this 02 Feb 13:41
· 2660 commits to master since this release

Description

BentoBox 1.2.1 fixes bugs! And for the first time, we didn't make any API breaking change (except removing deprecated methods that addons likely did not use), so you can safely update from 1.2.0 without worrying.

Changelog

Legend

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

Contents

API

  1. ⚠️ Removed deprecated methods in AddonDescription, FlagListener and FlagsManager.

Features / Tweaks

  1. Duplicate islands are now put in quarantine to avoid loading them continuously (#505).

Fixes

  1. Fixed incompatibility with Java 11 (#494).
  2. Fixed POTION_THROWING flag (#493).
  3. Fixed case-sensitivity with schems name (#496, @barpec12). E.g: you can now load a schem called MyLovelyIsland.schem by just typing mylovelyisland.
  4. Fixed saving ItemStacks in non-YAML databases (#501).
  5. Fixed JSON database not loading files correctly (#502).
  6. Fixed AdminTeamAddCommand and AdminUnregisterCommand not working properly (#506).
  7. Fixed NPE with PanelItems that had a null ItemMeta (#492).
  8. Fixed a load-order incompatibility with Residence (#503).
  9. Fixed island name too short / name too long locale references in IslandSetnameCommand (#508).
  10. Fixed players being able to place armor stands no matter what the ARMOR_STAND flag was set to (#507).
  11. Fixed permission bug when resetting using custom schems (#509).
  12. 🔡 Fixed typos in en-US locale.
  13. Fixed code smells.
  14. Fixed players being stuck in SPECTATOR after going through the End Portal (#377).
  15. Fixed tab-completion suggesting help more than once (#416).