Skip to content

Beta Release 1

Compare
Choose a tag to compare
@BONNe BONNe released this 12 Jun 11:52
· 274 commits to master since this release

Description

This is the first Beta release for Biomes Addon, that comes with new and nice GUI panels. With this release comes also some old bug-fixes and implementation of flags, events and request handlers.
Also with this release Biomes addon will use better BentoBox naming schema: first 3 numbers will be BentoBox release numbers, and the last one will be Biomes Addon Release number.

Updated to work with BentoBox 1.5.*.

New clean admin GUI:
GUi
New biome choose GUI:
Biome
New advanced GUI:
advanced-gui

Changelog

Legend

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

Contents

  • Features
    • 🔡 Fully recreate GUI panels and Lang file. Now design is more clear and easy to use.
    • Add new informative event "BiomeChangedEvent" that will be fired when biome is successfully changed.
    • 🔡 Add 2 Flags:
      • "BIOMES_WORLD_PROTECTION" - that allows switching biome changing outside island borders (admin) (#26).
      • "BIOMES_ISLAND_PROTECTION" - that allows managing which rank is required for the biome change (player).
    • Add 3 Request Handlers (wiki page):
      • "biome-data" - allows getting whole information about required biomeId.
      • "biomes-list" - allows getting a list with biomes Ids from the required world.
      • "biome-request-change" - allows request biome change with required parameters (#30).
  • Tweaks
    • 🔺🔡Add new lang options.
    • Improve Biome description in GUI (#18)
    • Rename update mode SQUARE to RANGE
  • BugFixes
    • Fix bug when biomes could not be changed via console (#24 by @tastybento)
    • 🔡 Improve messages when biomes are not set up yet (#27)
    • Fix some issues with island bounds calculation.