Skip to content

Releases: BentoBoxWorld/AOneBlock

Version 1.12.2

18 Feb 17:02
ffc1a3e
Compare
Choose a tag to compare

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

  1. Revert world backups if required.
  2. Stop the server. Make a backup just in case.
  3. Copy this jar over the old one
  4. Restart the server
  5. Double check config.yml settings are how you want them. Edit and restart the server if required.
  6. 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

12 Feb 17:18
9783869
Compare
Choose a tag to compare

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

  1. Stop the server. Make a backup just in case.
  2. Copy this jar over the old one
  3. 🔡 Remove the AOneBlock locale folder so it can be regenerated. (BentoBox/locales/AOneBlock)
  4. Restart the server
  5. 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

04 Oct 11:04
6057078
Compare
Choose a tag to compare

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

  1. Stop the server. Make a backup just in case.
  2. Copy this jar over the old one
  3. 🔡 Remove the AOneBlock locale folder so it can be regenerated. (BentoBox/locales/AOneBlock)
  4. Restart the server
  5. 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

16 May 20:34
Compare
Choose a tag to compare

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

  1. Stop the server. Make a backup just in case.
  2. Copy this jar over the old one
  3. 🔡 Remove the AOneBlock locale folder so it can be regenerated. (BentoBox/locales/AOneBlock)
  4. ⚙️Update the nether and end sections if you have enabled these dimensions.
  5. Restart the server
  6. 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

  • Improve space clearing for entities #250
  • Improve HoloListener performance by #244
  • Fixed references to "/bsbadmin" in config by @j-tai in #194
  • Fixed nullable nextKey on OneBlocksManager by @HSGamer in #197

Release 1.9.0

26 Nov 21:07
eb5f6e4
Compare
Choose a tag to compare

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

  1. Stop the server. Make a backup just in case.
  2. Copy this jar over the old one
  3. 🔡 Remove the AOneBlock locale folder so it can be regenerated. (BentoBox/locales/AOneBlock)
  4. Restart the server
  5. 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

19 Aug 03:58
cb52cc4
Compare
Choose a tag to compare

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

  1. Stop the server. Make a backup just in case.
  2. Copy this jar over the old one
  3. Restart the server
  4. You should be good to go!

Release 1.8.0

30 Jun 06:15
Compare
Choose a tag to compare

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.

  1. Stop the server. Make a backup just in case.
  2. Copy this jar over the old one
  3. Delete or move the AOneBlock/phases folder so that updated files can be written
  4. Restart the server
  5. You should be good to go!

Release 1.7.0

13 Jun 17:15
Compare
Choose a tag to compare

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

  • ⚙️Fixes phase commands (commit: fc1483c) - start and end commands were not working at all.
  • Save settings after loading. (commit: c7c3846)
  • Fix percentage done value (commit: 17e277d) - placeholders

Release 1.5.5

24 Apr 14:59
Compare
Choose a tag to compare

Change Log

  • % done placeholders were showing % to be done and not % done

Release 1.5.4

10 Mar 06:04
Compare
Choose a tag to compare

Change Log

API