Convert all locale files to MiniMessage format and bump BentoBox requirement to 3.12.0#173
Merged
tastybento merged 3 commits intodevelopfrom Apr 8, 2026
Merged
Convert all locale files to MiniMessage format and bump BentoBox requirement to 3.12.0#173tastybento merged 3 commits intodevelopfrom
tastybento merged 3 commits intodevelopfrom
Conversation
Merged
…o 3.12.0 Agent-Logs-Url: https://github.com/BentoBoxWorld/Border/sessions/85710e8c-6812-47fd-b405-a5b93bde2269 Co-authored-by: tastybento <4407265+tastybento@users.noreply.github.com>
…le files Agent-Logs-Url: https://github.com/BentoBoxWorld/Border/sessions/85710e8c-6812-47fd-b405-a5b93bde2269 Co-authored-by: tastybento <4407265+tastybento@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Release 4.8.3
Convert all locale files to MiniMessage format and bump BentoBox requirement to 3.12.0
Apr 8, 2026
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



All locale files still used legacy Bukkit
&color codes;ru.ymlhad already been migrated to MiniMessage, creating an inconsistency. BentoBox dependency and addon API version were also pinned to the outdated 3.10.0.Locale files (21 files)
&[0-9a-f]codes with MiniMessage tags across every locale file"&a Border enabled."→'<green>Border enabled.</green>'"&a Border type changed to &b[type]&a."→'<green>Border type changed to <aqua>[type]</aqua>.</green>'uk.yml's broken"& "(invalid space-suffixed code) →<green>de.ymlmultiline description scalarset-colorkeys retained only inen-US.ymlandru.yml(which have proper translations); other locales fall back toen-USvia BentoBox's standard locale fallbackBentoBox version requirement
pom.xml:bentobox.versionbumped3.10.0→3.12.0addon.yml:api-versionupdated1.17→3.12.0— this is the BentoBox API version field checked byAddonsManager.isAddonCompatibleWithBentoBox()at addon load time