Tags
Creators
Details
Licensed MIT
Published last year
Updated 2 months ago
All versions
2.0.3+mc1.21.4
Release
PlayerName Styler 2.0.3 (MC 1.21.4)2 months ago 20
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.4
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Changes
2.0.3 - Gradient Fix
- Fix gradient tags rendering as plain text inside LuckPerms prefixes/suffixes and name formats (issue #5)
- Full MiniMessage gradient parity: named color stops (
<gradient:red:blue>), three or more stops, and an optional phase, alongside the existing<gradient:#RRGGBB:#RRGGBB>form - Named-color gradients now render correctly on the tab list and above-head nameplate (previously the color name was stripped there)
- Note: gradient hex must be 6-digit (
#RRGGBB); 3-digit hex is not accepted, matching MiniMessage GitHub release: https://github.com/programmer1o1/playername-styler/releases/tag/v2.0.3
Optional dependencies
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| playernamestyler-2.0.3-mc1.21.4-sources.jar | Unknown | 84.89 KiB |
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:YeqRouX2:XxPLh9Ef"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YeqRouX2:XxPLh9Ef"
}

