Migrate text formatting from legacy color codes to MiniMessage#162
Merged
Conversation
Converts all legacy &-prefixed color codes to MiniMessage tags across locale files, biome templates, panel YAMLs, and hardcoded Java strings so formatting is consistent with the modernisation effort (BentoBox 3.14.0 parses MiniMessage natively via User.convertToLegacy). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds translations for: cs (Czech), de (German), hr (Croatian), hu (Hungarian), id (Indonesian), it (Italian), ko (Korean), pt (Portuguese), pt-BR (Brazilian Portuguese), ro (Romanian), ru (Russian), tr (Turkish), vi (Vietnamese), zh-HK (Traditional Chinese). This brings Biomes locale coverage in line with BentoBox core (23 locales). All new files use MiniMessage formatting tags. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
&-prefixed color codes to MiniMessage tags across 9 locale files, 2 biome templates, and 3 panel YAMLs (~6,500+ tokens).ItemSelector.javadummy item name,BiomesBundleObject.javadummy bundle). User-input processing sites (ConversationUtils,LibraryPanel) deliberately left alone — they handle end-user text that may still contain&codes, which BentoBox's converter merges with MiniMessage.<white>,<bold>,<gray>,<red>,<reset>, etc.).User.convertToLegacy().Test plan
mvn clean verify— 82 tests passgrep -rE '&[0-9a-frk-or]' src/main/resourcesreturns no matches<tag>text visible)🤖 Generated with Claude Code