Release v2.4#68
Draft
DomiIRL wants to merge 130 commits into
Draft
Conversation
…allenge' into development # Conflicts: # language/files/de.json # language/files/en.json # plugin/src/main/java/net/codingarea/challenges/plugin/management/challenges/ChallengeLoader.java # plugin/src/main/resources/plugin.yml
- the quiz challenge was corrupted by an incorrect merge conflict resolution (presumably in 8930698) - the challenge remains broken and still requires optimization
Remove IDE module file and refactor language handling: LanguageLoader now reads languages from bundled resources, supports online updates, and allows a direct overwrite path. Migrates away from a separate properties file, adds safer migration logic that preserves customized messages and only fills missing keys, and merges online updates if enabled (skipping in dev mode). Build script now packages language JSON files into the plugin JAR. Add new config options `language-online-update` and `language-overwrite-path` with documentation in config.yml, and rename/clean up related constants and getters.
- plugin now requires paper server - only supports 1.18.2+
Introduce a shared setting interface, separate goal toggle title handling, and tighten i18n message support. Also updates menu cleanup, scheduler pattern matching, and a few small event and formatting fixes.
refactor: optimize imports
generated by claude opus
Insert positional arguments at MiniMessage parse time to allow placeholders (e.g. {0}) to render correctly inside <gradient>/<rainbow> tags. Adds ARG_TAG_PREFIX and rewritePositionalPlaceholders to convert {n} into parse-time tags, plus PositionalArgResolver (TagResolver) to resolve and cache converted components. Keeps legacy (§) deserialization as a fallback and preserves post-parse replacement for legacy text. This fixes issues where replaceText couldn't match multi-character placeholders split across text nodes (see linked adventure issue).
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.
» Update v2.4
➦ General
» Fix compatibility issues for 1.19 up to 1.21.5
» Dropped official support and maintenance for version below 1.19
➦ Commands
» /setlang command to change the current language of the plugin
➦ Challenges
» Delay Damage Challenge
» Quiz Challenge
» [] Teams for Force-Challenges
➦ Optimizations
» Notify new plugin users the need for operator / permissions
➦ Bug Fixes
» new Attribute Names
» Skulls not loading properly
» All Items not displaying the complete names
➦ Technical
» Move anweisen/utiltities dependency inside the codebase