Links
Tags
Creators
Details
1.0.0
Compatibility
Required content
Changes
PrefixPals
A Fabric mod for Minecraft 1.21.11 that lets you add custom prefixes and suffixes to in-game chat messages. You can easily edit and customize these chat pals with simple commands, making your server chat more lively and personalized.
Usage
Commands
Set Prefix
Add a custom prefix to your chat messages:
/pp prefix <text>
Example:
/pp prefix <green>System.out.println(" <white>

Set Suffix
Add a custom suffix to your chat messages:
/pp suffix <text>
Example:
/pp suffix <green> ");

Clear Prefix and Suffix
Remove both prefix and suffix from your chat messages:
/pp clear
View Current Settings
Preview your current prefix and suffix settings:
/pp info
Help
Display all available commands:
/pp help
Effect

Tips: We are also compatible with other mod.
Example Usage
To create a colorful admin tag:
/pp prefix <red><bold>[Admin] <reset>
To add a fun suffix:
/pp suffix <gray> <italic><small>^_^
To use gradient colors:
/pp prefix <gradient:red:yellow:green>Elite <reset>
Formatting
PrefixPals supports MiniMessage formatting for colors and styles. Here are some common examples:
- Colors:
<red>,<green>,<blue>,<yellow>,<white>, etc. - Styles:
<bold>,<italic>,<underlined>,<strikethrough>,<obfuscated> - Gradients:
<gradient:red:blue>Text</gradient>(supports multiple color stops) - Combined:
<green><bold>Admin<reset>
Installation
- Download the latest release from the releases page.
- Install Fabric Loader for Minecraft 1.21.11 if you haven't already.
- Place the downloaded mod JAR file into your
modsfolder. - Launch Minecraft with the Fabric profile.
Tips
- PrefixPals works alongside other chat-related mods.
- Your prefix and suffix settings are saved locally, so they persist between server restarts.
- Use
<reset>to reset formatting to default in your messages. - For best results, keep your prefixes and suffixes relatively short to avoid cluttering the chat.
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:KzCc4eBK:Oeklovz1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KzCc4eBK:Oeklovz1"
}

