Releases: BentoBoxWorld/Level
Releases · BentoBoxWorld/Level
Release 2.6.4
Compatibility
✔️ BentoBox API 1.16.2
✔️ Minecraft 1.16.5
✔️ Java 8
Change log
- Removes the saving of database tables on disable to prevent hanging with large island numbers. Note: Top Ten tables will no longer be saved and were never used anyway.
Release 2.7.0
Compatibility
✔️ BentoBox API 1.17.0.
✔️ Minecraft 1.17
✔️ Java 16
Changelog
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.
New Features
Bug Fixes
Release 2.6.3
Compatibility
✔️ BentoBox API 1.16.2
✔️ Minecraft 1.16.5
✔️ Java 8
Changelog
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.
New Features
- Support for AdvancedChests 15.0 - note this release does not work with earlier versions of AdvancedChests.
Release 2.6.2
Change Log
- Bug fix - deaths were counted twice if team deaths were counted.
Release 2.6.1
Change Log
- Rev to BentoBox 1.16.0
- Not show private classes in JavaDocs. (commit: 5452b3a)
Release 2.6.0
Change Log
- Support for AdvancedChests v14.3 - if the config.yml is set to count blocks inside chests, then blocks inside AdvancedChests will be counted. Thanks to the developer of AdvancedChests @DeadSilenceIV for the support and test jar. Requires version 14.3 (commit: 1252527)
- Players can now see their rank in the top ten even if they are not in the top ten. e.g., they can see they are 123th in the rankings. (commit: 6dc8aa7)
- Support WildStackers - this is now supported again - (commit: 52ee815)
Release 2.5.2
Change Log
- Allow usage on all game modes to avoid support questions. (commit: cb9a49d)
- setLogReportToConsole to ConfigSettings (#209) (commit: aeb48c6)
- "Log report to console" config option (#208) (commit: 25ba4dc)
- Updated to BentoBox 1.15.4 API (commit: 7973ef1)
- Translate pl.yml via GitLocalize (#202) (commit: ff1f813)
- getHighestBlockYAt() does not detect heads so check full height of world (commit: e2d3150)
Release 2.5.0
Change Log
- Translate pl.yml via GitLocalize (#202) (commit: ff1f813)
- Translate pt.yml via GitLocalize (#195) (commit: ac601d4)
- getHighestBlockYAt() does not detect heads so check full height of world (commit: e2d3150)
- No longer fire the AddonEvent, only fire BentoBoxEvent (commit: bfed6c7)
- Fixes issue with initial level calculations and reporting. (commit: 0d1a10f)
- Rationalize output of IslandLevelCalculatedEvent (commit: b5e161d)
- Remove initial island level from fireIslandLevelCalcEvent (commit: aed06b7)
Version 2.4.1
Change Log
New features
- Config option to skip island zeroing. The default is to zero the island level when it is new. This is done by running a level calculation and deducting that level from any future level calculations. Some admins may want to give players will bigger starter islands the value of the island. This option enables that. If you change it mid-game, any previous initial island levels will be ignored.
- Added some default settings for CaveBlock's world
- Made BEDROCK's value 0 by default
Other improvements
- Only one request to calculate the island level at a time will be allowed. This will prevent "queue stuffing" by players who have no cool downs, or low cool down settings.
- Timeout on calculations - if an island calculation takes more than 5 minutes (by default) it should end with a console log error. This may not always work if there is some kind of thread issue, but it may help. Worse case, just reload BentoBox to clear the queue.
Bug fixes
- Support for Biomes 1.7.0 and earlier.
Release 2.4.0
Compatibility
This version requires BentoBox 1.14.0 or later. It is compatible with Minecraft 1.16.1 or 1.15.2.
If you upgrade to this version, you cannot downgrade to a previous Level version because the database tables have changed.
New Features / Changes
This version uses a different database for island levels. Instead of storing by player, it stores by island. This retains the initial island level and enables switching of island owners without having the island level be messed up.