1.2.1 - The Bug Slayer
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
⚠️ Removed deprecated methods inAddonDescription
,FlagListener
andFlagsManager
.
Features / Tweaks
- Duplicate islands are now put in quarantine to avoid loading them continuously (#505).
Fixes
- Fixed incompatibility with Java 11 (#494).
- Fixed
POTION_THROWING
flag (#493). - Fixed case-sensitivity with schems name (#496, @barpec12). E.g: you can now load a schem called
MyLovelyIsland.schem
by just typingmylovelyisland
. - Fixed saving
ItemStack
s in non-YAML databases (#501). - Fixed
JSON
database not loading files correctly (#502). - Fixed
AdminTeamAddCommand
andAdminUnregisterCommand
not working properly (#506). - Fixed NPE with
PanelItem
s that had a nullItemMeta
(#492). - Fixed a load-order incompatibility with Residence (#503).
- Fixed island name too short / name too long locale references in
IslandSetnameCommand
(#508). - Fixed players being able to place armor stands no matter what the
ARMOR_STAND
flag was set to (#507). - Fixed permission bug when resetting using custom schems (#509).
- 🔡 Fixed typos in
en-US
locale. - Fixed code smells.
- Fixed players being stuck in SPECTATOR after going through the End Portal (#377).
- Fixed tab-completion suggesting help more than once (#416).