Skip to content

80% Feature Complete - 1.13 update!

Pre-release
Pre-release
Compare
Choose a tag to compare
@Poslovitch Poslovitch released this 01 Aug 10:07
· 3385 commits to master since this release

80% feature complete and not bug-free pre-release version.

WARNING: We updated BentoBox to fully support 1.13. This means that BSkyBlock & AcidIsland addons can not currently run on BentoBox.

NOTE: BSkyBlock's commands have been removed from BentoBox. In the current state, BentoBox is doing "nothing".


Changelog :

  • API
  1. Better exception handling with locales.
  2. Changed BSBLocale constructor to BSBLocale(Locale, YamlConfiguration).
  3. Changed BSBLocale#merge(File) to BSBLocale#merge(YamlConfiguration).
  4. Removed acid-related events : EntityDamageByAcidEvent, ItemDestroyByAcidEvent, ItemFillWithAcidEvent, PlayerDrinkAcidEvent.
  5. Better addon loading handling.
  6. BREAKING CHANGE: renamed world.bentobox.bbox to world.bentobox.bentobox.
  7. Removed GameType enum in Constants.
  8. Description and parameters references for CompositeCommand are now set automatically, but can still be overridden.
  • New features
  1. Updated to 1.13 (31st July 2018 Spigot version).
  • Tweaks
  1. Removed a few unused references in en-US locale.
  2. Fixed typos in en-US locale.
  3. Made TNT a PROTECTION flag (was previously a SETTING).
  • Bug fixes
  1. Fixed incorrect YAML format in pl-PL locale.
  2. Fixed invalid banner for pl-PL locale.