All versions
1.4
Release
PlayerTracker 1.4last year 538
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Changes
新增:
- 新增 /track <玩家名> 指令,允许直接锁定任意玩家,无需再多次切换目标。
- 新增 /untrack 指令,可快速取消当前追踪状态。
- 当目标离开范围时,仍显示其玩家名,不再只显示“未找到目标”, 而不是清除数据。
- 将客户端数据储存在 player_tracker.json 中,支持同时保存 UUID 与玩家名称(离线登录、改名等情况依旧有效)。
Added:
- Added /track <playername> command, to directly lock onto any player by name.
- Added /untrack command to cancel the current tracking target.
- When the target is out of range, still display their player name instead of just showing 'not found', without clearing the data.
- Client data in the player_tracker.json, now stores both UUID and player name — improves compatibility with offline mode and renamed players.
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:7scem7YR:PbkfhB6K"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7scem7YR:PbkfhB6K"
}

