Version 1.12.3
This version adds support for the new TopBlock addon that provides a top ten for AOneBlock based on blocks mined. It also fixes some major bugs. See below for the bug fixes.
Compatibility
✔️ BentoBox API 1.21.0
✔️ Minecraft 1.19
✔️ Java 17
Changelog
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.
Upgrading
- Stop the server. Make a backup just in case.
- Copy this jar over the old one
- If you have not customized your own phases, then remove the
AOneBlock/phases
folder so that it can be regenerated. - Restart the server
- You should be good to go!
Bug Fixes
- Fixes support for JetsMinions. Prevents errors when NPCs finish or start a phase. Commands were assuming a real player. Addresses #300.
- 🔺⚙️ The block value in the phase file
12000_goto_0.yml
was incorrect so that the last phase The End would not be available. - Fixes a bug where non-AOneBlock islands were stored in the AOne Block database. This release will clean up the database of all the unowned and non-AOneBlock islands.
- Fixes issue where a blank hologram was placed at the center location of every island on the server if the Holograms option was being used.
Changes
- API: Added
BlockListener#getAllIslands()
method to enable other addons to get AOneBlock island data. Used by TopBlock.
Full Changelog: 1.12.2...1.12.3