Tags
Creators
Details
All versions
2.0.0+26.3
Release
CustomNameTags 2.0.0 for 26.3last week 131
Compatibility
Minecraft: Java Edition
26.3
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
This version contains a redesign of the nametag config system as well as updating to 26.3
- Added per-player nametag overrides. Now a defined nametag can be completely overridden on a per-player basis. Most usefully, you can override what text displays for specific players, as well as whether or not nametags are attached to specific players. See the updated mod page for more information.
- Nametags now have priority, nametags will still render in the order they are defined in the config, but this can be further controlled via a specific priority value
- Expand the
/nametagcommand to allow for more in-game configuration- Added the
/nametag editcommand to edit a nametags text, who it attaches to and its priority - Added the
/nametag playercommand to edit per-player overrides
- Added the
- Migrated to version 2 of the config
- The format of the config has changed, see the mod page for specifics
- All old config files will be automatically updated (and backed up just in case)
- Invalid configs are now backed up instead of just being overwritten
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:TizFPouK:IeCVVCPA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TizFPouK:IeCVVCPA"
}

