Releases: BentoBoxWorld/AOneBlock
Version 1.12.2
This version puts back the Nether and End Island world options because they are used by some servers.
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
- Revert world backups if required.
- Stop the server. Make a backup just in case.
- Copy this jar over the old one
- Restart the server
- Double check config.yml settings are how you want them. Edit and restart the server if required.
- You should be good to go!
Bug Fixes
- 🔺 Reverted config.yml option for Nether and End islands - they are back.
Full Changelog: 1.12.1...1.12.2
Release 1.12.1
This version adds a Deep Dark phase and updates some of the phases.
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
- 🔡 Remove the AOneBlock locale folder so it can be regenerated. (BentoBox/locales/AOneBlock)
- Restart the server
- You should be good to go!
New Features
- ⚙️Updated phases and added Deep Dark phase
- 🔺 Removed Nether and End islands
- ⚙️Added 10s time limit to holograms - This automatically deletes holograms placed above the magic block. The default is 10 seconds.
- 🔡 Translate ru.yml via GitLocalize (#290) Co-authored-by: Marmur2020 [email protected]
- 🔡 Translate pl.yml via GitLocalize (#289) Co-authored-by: wiktorm12 [email protected]
- 🔡 Update FR (#288) Co-authored-by: Shroom of Doom [email protected] Co-authored-by: mt-gitlocalize [email protected]
Bug Fixes
- Fix random block issues (#261)
- Do not replace water with water. Fixes #265
- 62.5% and 75% had identical filling of the scale. (#277)
- ADDED WARDEN SOUND(EVENT mob-warning) (#281)
- Update to Spigot 1.19
- Custom Block support (#283)
- Migrate to BentoBox API 1.21 - This migration allows to define any custom flag names for default settings. If the flag does not exist, it will just ignore it and not remove.
- Fixes #276 and #278
- Update to Apache Commons Addresses GHSA-599f-7c49-w659
- Removed extraneous config settings.
- Bump commons-text from 1.9 to 1.10.0 (#297)
Full Changelog: 1.11.0...1.12.1
Release 1.11.0
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
- 🔡 Remove the AOneBlock locale folder so it can be regenerated. (BentoBox/locales/AOneBlock)
- Restart the server
- You should be good to go!
New Features
- Added warden sound on mob-warning #281 (thanks @Marmur2020)
- Custom Block support #283 (thanks @HSGamer)
- BentoBox now allows to define "unknown" flags in default-island-settings and default-island-flags.
- Server owners now can specify custom blocks in phases (see docs for more info)
Bug Fixes
- Fix incorrect block chance calculation issue #261
- Fix the issue when water and water-logged blocks were replaced by water.
- Fix incorrect value scaling chart #277 (thanks @MrMarL)
- Fix lifetime counter increasing by the end phase number. #278
Full Changelog: 1.10.1...1.11.0
Release 1.10.1
Compatibility
✔️ BentoBox API 1.20.0
✔️ Minecraft 1.18
✔️ Java 16
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
- 🔡 Remove the AOneBlock locale folder so it can be regenerated. (BentoBox/locales/AOneBlock)
- ⚙️Update the
nether
andend
sections if you have enabled these dimensions. - Restart the server
- You should be good to go!
NOTE
Config file has updated options:
- world.nether.generate
- world.nether.islands
- world.nether.roof
- world.end.generate
- world.end.islands
You may need to update values for these options after the update.
What's Changed
Full Changelog: 1.9.0...1.10.1
New Features
- 🔡⚙️ Implement customizable commands
- 🔡⚙️ Replaces custom head parser with BentoBox ItemParser.
- Implements 2 new placeholders by #255
- 🔡Add command that allows respawning magic block. #253
- Implement user-editable Phases Panel. by #242
Bug Fixes
Release 1.9.0
Compatibility
✔️ BentoBox API 1.16.5.
✔️ Minecraft 1.16.5
✔️ Java 16
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
- 🔡 Remove the AOneBlock locale folder so it can be regenerated. (BentoBox/locales/AOneBlock)
- Restart the server
- You should be good to go!
What's Changed
Full Changelog: 1.8.1...1.9.0
New Features
- 🔡 Add setcount command for player. (#211) (commit: d092496)
- 🔡 Enable customization of the scale character in placeholder (commit: 55d658c)
- Adjust API versions to allow 1.16.5 usage. (commit: 5a538f4)
- Adds BlockClearEvent to API (commit: 56b05be)
- Make AOneBlock a Pladdon. (commit: aea8018)
Bug Fixes
- Do not reset inventory, health, and food by default. (commit: f00dbb4)
- Fixes missing entries to phase files when adding chest (commit: ff43ae9)
- 🔡 Update zh-CN.yml (#205) (commit: 7f6c28c)
- Fix references to "/bsbadmin" in config (#194) (commit: 1b22d61)
- 🔡 Update es.yml (#201) (commit: 8f0e1fe)
- Fix issue with hologram NPE. (commit: 027ae8d)
- Fix for phases with spaces in the name. (commit: 1a01736)
- Prevent liquid flow into magic block. (commit: 51cc6b3)
Release 1.8.1
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
- 🔡 German locale
- 🔡 Vietnamese update
- Add "Icon" Section to Phase Config. (#178) Credit: @Fredthedoggy
- Add Hologram Support to AOneBlock Phases (#179) Credit: @Fredthedoggy
- Expose BentoBox 1.14 onRespawnCommands. (#158) (Commit f06b89a)
- Expose BentoBox 1.16 portal generation mechanics. (#159) (Commit 246331e)
Bug Fixes
- Fixes incorrect commands and permissions (#128) Update to the AOneBlock command and permission set instead of using AcidIsland and BSkyBlock. (Commit a9cbfeb)
- Drop chest items when chest is broken. (Commit c2ff636) If drop on top setting is true, then only the chest was being dropped
and not the contents of the chest. Also applies to other inventory holders. #191
Upgrading
- Stop the server. Make a backup just in case.
- Copy this jar over the old one
- Restart the server
- You should be good to go!
Release 1.8.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
- ⚙️ Update to 1.17 mobs and blocks (commit: 9f56983)
Upgrading
To get the new 1.17 blocks and mobs in the phases you'll need to delete the Phases folder so that the files can be regenerated. If you customized these files, they you'll have to do a manual merge, or add the new mobs/blocks yourself.
- Stop the server. Make a backup just in case.
- Copy this jar over the old one
- Delete or move the
AOneBlock/phases
folder so that updated files can be written - Restart the server
- You should be good to go!
Release 1.7.0
Compatibility
✔️ BentoBox API 1.16
✔️ 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
- ⚙️Adds fixed blocks option for phases. (commit: 283759f). Admins can configure specific blocks to appear at specific block times in the phases. Example:
'0':
name: Plains
fixedBlocks:
0: GRASS_BLOCK
1: GRASS_BLOCK
2: GRASS_BLOCK
3: OAK_LOG
4: OAK_LOG
5: OAK_LOG
50: SPONGE
biome: PLAINS
Bug Fixes
Release 1.5.5
Change Log
- % done placeholders were showing % to be done and not % done
Release 1.5.4
Change Log
API
- Added Request Listeners for API users to obtain stats. (commit: 908f1ba)
- Enabled JavaDocs for API - https://ci.codemc.io/job/BentoBoxWorld/job/AOneBlock/ws/target/apidocs/index.html
- Improved Ocean phase, e.g., Use non-dead coral (commit: 02e6e0a)
- Adds default biomes to nether and end in config.yml (commit: 5ca5f83)
- Prevent magic block from being pulled by sticky pistons. (commit: 215e490)
- Fixes NPE when calling a placeholder without an island. (commit: 5cdfbf5)