Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 25, 2025

Bumps io.github.miniplaceholders:miniplaceholders-api from 2.2.3 to 3.0.1.

Release notes

Sourced from io.github.miniplaceholders:miniplaceholders-api's releases.

3.0.1

What's Changed

Full Changelog: MiniPlaceholders/MiniPlaceholders@3.0.0...3.0.1

Placeholders Refactor and Expansion Providers!

Hi! In this new version, which has been in development since February of this year, several changes have been implemented that modernize the MiniPlaceholders code base, as well as improving performance for both regular and advanced use. In addition to adding ExpansionProvider, a new convention for creating expansions in MiniPlaceholders, without the need to rely on a specific platform.

Expansion Provider

As mentioned above, ExpansionProviders have been added, which are a type of independent project that can provide an Expansion according to the configured requirements. In addition, it is multiplatform and does not require an individual initializer for each platform you want to support. If you want to see an example of its use, you can check out its wiki page or directly review a practical example in the Template Expansion.

Rewritted API Usage

From now on, an audience will not be required when obtaining placeholders. This allows for greater efficiency, as it avoids creating multiple unnecessary objects by delegating the function of providing the required audience to the parsing phase. For this reason, to use MiniPlaceholders Audience placeholders, you must include the Audience in the target field of the MiniMessage#deserialize method so that it can be recognized by the corresponding placeholders. In addition, you now have the ability to create type-safe placeholders by including the target class as the first argument. You can find more information about this in the wiki.

[!IMPORTANT]
Due to these changes, most projects created for MiniPlaceholders v2 are incompatible with MiniPlaceholders v3. Please be patient while your favorite projects are updated to the new version.

At the time of writing this changelog, there are more than a dozen expansions already available for MiniPlaceholders v3, such as the PlatformInfo, ProxyConnection, Player, Spark, LuckPerms, PlaceholderAdapter, Vault, and more expansions...

[!NOTE]
These new expansions, as mentioned above, are no longer installed as separate plugins/mods. Now, you simply need to place them inside the MiniPlaceholders folder in the expansions folder.

If you liked this update and would like to contribute in some way, we have pull requests available so you can contribute to this project. You can also contribute financially via PayPal or GitHub Sponsors.

Commit Changelog

New Contributors

... (truncated)

Commits
  • 8593bec release: Version 3.0.1
  • 5d92446 Merge remote-tracking branch 'origin/main'
  • edc82b2 fix: Fixed Fabric Initialization
  • 70bd4fe fix: Fixed maven publication
  • dbf440b chore(deps): update actions/setup-java action to v5 (#278)
  • 0ffc47a feat: Added some kotlin-ext API
  • 3f3c3f9 fix:remove sponge plugin from the root project (#277)
  • bfc05ed fix(deps): update kotlin monorepo to v2.2.20-rc (#259)
  • c7c1576 fix(deps): update dependency org.junit:junit-bom to v5.13.4 (#274)
  • e84a484 chore(deps): update actions/checkout action to v5 (#275)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [io.github.miniplaceholders:miniplaceholders-api](https://github.com/MiniPlaceholders/MiniPlaceholders) from 2.2.3 to 3.0.1.
- [Release notes](https://github.com/MiniPlaceholders/MiniPlaceholders/releases)
- [Commits](MiniPlaceholders/MiniPlaceholders@2.2.3...3.0.1)

---
updated-dependencies:
- dependency-name: io.github.miniplaceholders:miniplaceholders-api
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 25, 2025
@OakLoaf OakLoaf merged commit d16662f into main Aug 26, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/gradle/io.github.miniplaceholders-miniplaceholders-api-3.0.1 branch August 26, 2025 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants