
Text Placeholder API Compat — Compatibility with All Fabric Versions
Introducing you to the compatible version of Text Placeholder API that works with all Minecraft releases on Fabric version 1.14.4 and above.
This special build was created primarily for cross-version mods, such as Discord-MC-Chat, ensuring stable support for placeholder functionality across all game versions.
How to Use (for Developers)
To integrate the mod into your project, add the following settings to your Gradle configuration file:
// Gradle settings
repositories {
maven {
name = "Jitpack"
url = "https://jitpack.io" // Jitpack repository
}
}
dependencies {
modImplementation("com.github.Xujiayao:TextPlaceholderAPI-Compat:2.5.1-compat.1") // TextPlaceholderAPI implementation
}
Technical Support
If you encounter mod functionality errors or have enhancement suggestions, you can create an issue on GitHub. For questions regarding compatibility with different Minecraft versions, reach out directly to this repository, and for problems related to the Placeholder API library itself—contact the original project.
What is Placeholder API
TextPlaceholderAPI is a compact library that enables developers to create and process placeholders in text strings and Minecraft Text components. The functionality covers two main formats: a simple variant %modid:type%
and an extended one with additional data—%modid:type/data%
.
The system also provides simplified text formats designed specifically to simplify the input of user data in configurations, chats, and other usage areas. More detailed documentation on placeholder usage is available for review.
The project is released under the LGPL-3.0 license.