Level 2.20.0
on Apr 2, 2025New In Release 2.20.0
New Placeholders
The new available placeholders are:
%level_bskyblock_island_value_<Block Name>%
%level_bskyblock_island_value_looking%
%level_bskyblock_island_value_mainhand%
%level_bskyblock_island_count_<Block Name>%
%level_bskyblock_island_count_looking%
%level_bskyblock_island_count_mainhand%
The new count placeholder will provide how many blocks of a specific type you have, counting only the blocks of the same type as the value. It’s important to note that the value returned by the count placeholder is updated only after using the level
command. In other words, if you add a new block, it won't show in the count placeholder until you run the command.
New island zeroing approach
The previous approach would zero the level, but could give the user some head start to level 1 because although the level was zeroed, the remaining blocks were not. For example, if the island had a score of 157 and each level cost 100 then the user would start at level 0 but with 57 blocks in hand. This change zeros the remainder as well. It will only affect new islands if zeroing is used.
Compatibility
✔️ BentoBox API 3.2.4 ✔️ Minecraft 1.21.x - if you need support for earlier versions, use an older version of Level ✔️ Java 21
Updating
- Stop server
- Make a backup of the BentoBox Folder for safety
- Copy this jar into the Addons folder and remove the old jar
- (Optional) Delete or move the old German locale file -
plugins/BentoBox/locales/Level/de.yml
- Restart the server
- You should be good to go!
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.
What's Changed
- 🔺More accurate island zeroing by @tastybento in https://github.com/BentoBoxWorld/Level/pull/359
- Add new placeholders by @Zarkness in https://github.com/BentoBoxWorld/Level/pull/357
- 🔡 Fix formatting errors in german locale by @kronnox in https://github.com/BentoBoxWorld/Level/pull/355
- 2.20.0 release by @tastybento in https://github.com/BentoBoxWorld/Level/pull/362
New Contributors
- @Zarkness made their first contribution in https://github.com/BentoBoxWorld/Level/pull/357
- @kronnox made their first contribution in https://github.com/BentoBoxWorld/Level/pull/355
Full Changelog: https://github.com/BentoBoxWorld/Level/compare/2.19.3...2.20.0