Fix expansion author and version being built backwards#265
Merged
4drian3d merged 1 commit intoMiniPlaceholders:mainfrom Apr 13, 2025
Merged
Fix expansion author and version being built backwards#2654drian3d merged 1 commit intoMiniPlaceholders:mainfrom
4drian3d merged 1 commit intoMiniPlaceholders:mainfrom
Conversation
4drian3d
approved these changes
Apr 13, 2025
4drian3d
added a commit
that referenced
this pull request
May 11, 2025
4drian3d
added a commit
that referenced
this pull request
Aug 19, 2025
* refactor: Changed the way of processing and creating placeholders, now based on the MiniMessage parsing context * fix: Fixed version string * feat: Added ability to obtain placeholders directly resolves #174 * feat: Implement GlobalPlaceholder instance * feat: Reimplemented support for ForwardingAudiences * test: Fixed resolver equality tests * test: Implemented some test based on recent API changes * docs: Added some documentation * docs: Added some placeholders documentation * test: Added complex tag tests * fix: Fixed javadoc generation * feat: Implement Expansion Providers resolves #9 * fix: Apply changes from #265 * feat: Removed default expansions This allows more control by server admins to be able to control which Expansions are used on a server. The default expansions will be included in external expansions. * docs: A few advances in documentation This commit took over three months to publish... * feat: Added error messages to expansion providers loading process * build: Updated to Gradle 9.0.0 * docs: Finished javadocs documentation build: Use gradle configuration cache * fix: Fixed dynamic expansions loading * feat: Added basic dependency injection for ExpansionProvider This allows certain expansions to obtain data from the platform on which they are running where there is no static context for their platform or plugin/mod instances. This feature will be used by a minority of expansions, but it eliminates the need to create expansions that load as plugins, as in MiniPlaceholders v1 and v2. * fix: Expansions initialization on Paper
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.
When using /miniplaceholders expansions the author and version show backwards.