Skip to content

Releases: BentoBoxWorld/Biomes

Alpha 4.2

24 Feb 11:37
Compare
Choose a tag to compare

This is just a small bug-fix for Alpha 4 version.

It fixes issues which chunk based biome update, when it did not correctly calculates minimal and maximal update coordinates.

Alpha 4.1

26 Jan 14:47
d0eb153
Compare
Choose a tag to compare
Alpha 4.1 Pre-release
Pre-release

Alpha 4.1 is release that upgrades Biomes Addon to BentoBox 1.1.

It also contains fix, that allows to save biomes in all database types.

Alpha 4

08 Jan 12:32
Compare
Choose a tag to compare
Alpha 4 Pre-release
Pre-release

Description

In Alpha 4 Release I rework all GUI panels. Now they each have separate classes that mean easier editing and improving. And in this release was not only GUI improvements but also new features for server admins. Biomes Addon now separates GameModes. Each GameMode has its own biome list, and addon can be completely disabled in certain GameMode. Also, the BiomesObject now will contain necessary permission. If this permission is not empty, then users will be able to use this biome only with this permission.

Updated to work with BentoBox 1.0.

Changelog

Legend

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

Contents

  • Features
    • 🔡Admin now has the ability to remove biome via GUI.
    • ⚙️Add config option reset-biomes that allows to reset Biomes when Island owner is changed. It will reset only if a new owner does not has permission to change biomes. #3.
    • ⚙️Add config option biomes-visibility that allows changing which biomes users will see in their list.
    • ⚙️Add config option disabled-gamemodes that allows disabling Biomes addon in certain GameMode.
    • Implement reload functionality.
    • BiomesObject now contains permission field. Only users with added permission will be able to use biome.
  • Tweaks
    • 🔺🔡Add new lang options.
    • Improve BiomesObject saving
    • Implement a proper config file editor.
    • Split biomes for each GameMode

Alpha 3

01 Jan 20:56
f2da0c5
Compare
Choose a tag to compare
Alpha 3 Pre-release
Pre-release

Description

Updated to work with BentoBox Alpha 13 (0.18.0).

Alpha 3 comes with large clean-up in the language file. The lang file is better structured and it is cleaned from unnecessary things.
Admins now have access to /biomes add <biome> command and they can edit biome, biome name and description through 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
    • 🔡Admin /biomes add <biome> - command creates new biome with provided name and default properties.
    • 🔡Improved Admin GUI by adding new "Add biome" button.
    • 🔡Improve Edit Biome GUI - add AnvilGUI that allows to change biome description and name.
  • Tweaks
    • 🔺🔡Clean up lang file.
    • 🔺 Populate addon permissions.

Alpha 2

01 Jan 20:56
6c11e3e
Compare
Choose a tag to compare
Alpha 2 Pre-release
Pre-release

Description

Alpha 2 is mainly focused on adding more useful commands and improve admin GUI.
Now users have 2 extra commands:

  • /biomes info <biome> - returns information about provided
  • /biomes set <biome> [<type>] [<size>] - allows to change biome without opening GUI,

Admins also gets some new commands:

  • /biomes edit <biome> <property> <new_value> - allows to change provided biome properties.
  • /biomes settings <property> <new_value> - allows to change default values.
  • /biomes set <player> <biome> [<type>] [<size>] - allows to change biome without opening Admin GUI,

Also Admin GUI is improved. Admins can edit addon settings, edit biomes and disable biomes through GUI.

And cannot forgot most important change. Now biomes will be automatically imported, if they are not loaded via config loader.

Changelog

Legend

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

Contents

  • Features
    • 🔡Admin biomes edit command
    • 🔡Admin biomes set command
    • 🔡Admin biomes settings command
    • 🔡User biomes set command
    • 🔡User biomes info command
    • 🔡Improved Admin GUI by adding new buttons and possibilities.
  • Tweaks
    • 🔺Automatic biomes importing if they are not loaded via config loader.