Skip to content

Alpha 12 - It's freezing cold outside!

Pre-release
Pre-release
Compare
Choose a tag to compare
@Poslovitch Poslovitch released this 15 Dec 17:13
· 2991 commits to master since this 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
  1. 🔡 Added AdminDeathsCommand, AdminDeathsSetCommand and AdminDeathsResetCommand to allow admins to set/reset death count of players (#76).
  2. Fixed code smells.
  3. 🔡 Added IslandInfoCommand with the following aliases: info, who (#361). This is basically a copy/paste from AdminInfoCommand.
  4. 🚧 Deprecated Island#showInfo(BentoBox, User, World) and Island#showMembers(BentoBox, User, World). They are replaced with equivalents that only requires an User as parameter: Island#showInfo(User) and Island#showMembers(User).
  5. Added Addon#onReload() (#370). It currently has no effect.
  6. Improved various Javadoc bits.
  • Features
  1. 🔡 Added FROST_WALKER protection flag (#183). Frosted ice generation was previously protected by the PLACE_BLOCK flag.
  2. 🔡 Coops are now removed of the island when all island members are logged out (#335).
  3. 🔡 Added EXPERIENCE_PICKUP protection flag (#217).
  • Tweaks
  1. Made the "tried to paste schem" error less confusing.
  2. 🔡 Added commands.help.syntax-no-parameters to avoid layout inconsistencies in the command help layout (#379).
  3. Language names in the Language Panel are now longer italicized.
  4. 🔡 World Settings flags that are using a "sub-panel" now have their name yellow (configurable in localization files) (#383).
  5. 🔡 Added colors to the Settings Panel's categories (configurable in localization files as well) (#383).
  6. Upgraded bStats dependency to 1.4. I don't really know what this brings, but keeping things up to date is fine!
  • Bug fixes
  1. Fixed animals which could be bred or fed to grow up while BREEDING was not allowed (#366).
  2. Fixed AdminVersionCommand returning nothing (#374). It now displays the addon's version.
  3. 🔡 Fixed some multi-line localization colors (#383 (comment)).
  4. 🔡 Fixed some formatting in all localization files.