Tags
Creators
Details
2.11.6
Compatibility
Changes
This update brings 1.20.6 support but also some important changes to developers to keep in mind. Most notably a deprecation.
Deprecated Version class [#1035]
The Version class in PlaceholderAPI has been deprecated.
The reasons were many with the primary one being that there are various other ways to find out what server version is used to ensure your expansion is compatible with it.
While the class still works, can there be minor changes in how the version is being displayed, due to changes on how PlaceholderAPI fetches the server version. It is recommended to switch to alternative methods as soon as possible, as we won't guarantee this class to remain working for the forseeable future.
Parse Command Improvement
Fixed the parse command showing the wrong command in the "You must provide a target and message" response for the "cmdparse" type. Also added the ability to use "me" in both the first and second player for parserel.
New Wiki
In case you haven't seen it yet, the PlaceholderAPI wiki has been moved. While the old wiki at GitHub served us well was it lacking ways of customizing it. The new location allows us higher customization and organization of the wiki alongside other beneficial changes.
You can find the new Wiki at https://wiki.placeholderapi.com
Just like the old one can you contribute to it by PRing changes to the wiki branch!
What's Changed
Other changes
- Add Hangar and BuiltByBit pages to readme by @Andre601 in https://github.com/PlaceholderAPI/PlaceholderAPI/pull/1006
- Update config.yml with papi domain for wiki and ecloud by @Funny-cube in https://github.com/PlaceholderAPI/PlaceholderAPI/pull/1038
- Use the OfflinePlayer$getPlayer method instead of casting to Player class by @DevCyntrix in https://github.com/PlaceholderAPI/PlaceholderAPI/pull/1040
- Add Plugin Authors to /papi dump by @Andre601 in https://github.com/PlaceholderAPI/PlaceholderAPI/pull/1046
New Contributors
- @DevCyntrix made their first contribution in https://github.com/PlaceholderAPI/PlaceholderAPI/pull/1040
Full Changelog: https://github.com/PlaceholderAPI/PlaceholderAPI/compare/2.11.5...2.11.6
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:lKEzGugV:vkuwyUC6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lKEzGugV:vkuwyUC6"
}

