Links
Tags
Creators
Details
2.3.0
Compatibility
Changes
What's Changed
- feat(api): expansion metadata
- Add LegacyUtils methods to check if a string contains legacy characters
- misc: Updated to Java 21
- Updated to Cloud v2
- Finished Cloud 2 implementation
- update to 1.21.1
- 1.21.4
- build: Updated gradle to 8.12.1
- fix(docs): Fixed Dokka docs generation and updated to V2
- Added expansions subcommand
Sponsors
Now you can support the development of MiniPlaceholders with your sponsor! https://github.com/sponsors/4drian3d
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.2.4...2.3.0
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:HQyibRsN:e4CIGMPQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HQyibRsN:e4CIGMPQ"
}

