Links
Tags
Creators
Details
Licensed Apache-2.0
Published last year
Updated 2 weeks ago
All versions
1.2
Release
CntierTagger 1.2last year 91
Compatibility
Minecraft: Java Edition
1.21–1.21.6
Platform
Fabric
Supported environments
Client-side
Required content
Changes
简体中文:
- 可以控制Tier显示在NameTag左侧或右侧
- 可以通过命令
/cntier <玩家名>获取某个玩家的详细信息 - 每个Tier都有单独的颜色
- 为每个模式添加图标
English:
- Can control the Tier to display either on the left or right side of the NameTag
- Can use the command
/cntier <player_name>to retrieve detailed information of a specific player - Each Tier has its own distinct color
- Added icons for each mode
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:JrQEeb0g:LS9HLQ29"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JrQEeb0g:LS9HLQ29"
}



