Alpha 12 - It's freezing cold outside!
Pre-release
Pre-release
Description
Winter is coming. Unless you live in the southern hemisphere. In that case, would you consider sending us some of the Sun back? - Thanks.
This pre-release fixes bugs and introduces a bunch of tweaks and features
Addons will be updated on December, 16th.
In order to fully take advantage of all the features that got added in this version, you will have to update your addons (especially BSkyBlock / AcidIsland) once we release an update for both of them.
Changelog
Legend
⚠️ may break parts of the API.- 🚧 classes or methods have been deprecated.
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
Contents
- API
- 🔡 Added
AdminDeathsCommand
,AdminDeathsSetCommand
andAdminDeathsResetCommand
to allow admins to set/reset death count of players (#76). - Fixed code smells.
- 🔡 Added
IslandInfoCommand
with the following aliases:info, who
(#361). This is basically a copy/paste fromAdminInfoCommand
. - 🚧 Deprecated
Island#showInfo(BentoBox, User, World)
andIsland#showMembers(BentoBox, User, World)
. They are replaced with equivalents that only requires an User as parameter:Island#showInfo(User)
andIsland#showMembers(User)
. - Added
Addon#onReload()
(#370). It currently has no effect. - Improved various Javadoc bits.
- Features
- 🔡 Added
FROST_WALKER
protection flag (#183). Frosted ice generation was previously protected by thePLACE_BLOCK
flag. - 🔡 Coops are now removed of the island when all island members are logged out (#335).
- 🔡 Added
EXPERIENCE_PICKUP
protection flag (#217).
- Tweaks
- Made the "tried to paste schem" error less confusing.
- 🔡 Added
commands.help.syntax-no-parameters
to avoid layout inconsistencies in the command help layout (#379). - Language names in the Language Panel are now longer italicized.
- 🔡
World Settings
flags that are using a "sub-panel" now have their name yellow (configurable in localization files) (#383). - 🔡 Added colors to the Settings Panel's categories (configurable in localization files as well) (#383).
- Upgraded bStats dependency to
1.4
. I don't really know what this brings, but keeping things up to date is fine!
- Bug fixes
- Fixed animals which could be bred or fed to grow up while
BREEDING
was not allowed (#366). - Fixed
AdminVersionCommand
returning nothing (#374). It now displays the addon's version. - 🔡 Fixed some multi-line localization colors (#383 (comment)).
- 🔡 Fixed some formatting in all localization files.