Tags
Creators
Details
1.0.0
Compatibility
Required content
Changes
Hide Names Fabric Mod (Minecraft 1.21)
Hide Names is a simple and fun Fabric mod for Minecraft 1.21 that removes player name tags. Now you can play hide-and-seek with your friends on servers or LAN without any visible name tags!
Please note: Only player name tags are removed. Compasses, maps, and other tracking items remain fully functional.
Fabric API is required. Tested with: fabric-api-0.102.0+1.21.
Download
- GitHub: Visit the releases section and download the latest release (e.g.
HideNames-Fabric-1.21-alpha-1.0.jar). - Modrinth: Also available for download here.
Mod Status
- Version:
alpha-1.0 - Status: Works as intended
This is an alpha version, so while it functions as expected, occasional issues might occur.
- Forge Support: Not available
- Compatibility: Works with Minecraft versions: 1.21 - Updates to newer/older versions are planned.
Contact & Support
For feedback or assistance, please get in touch via:
Your support and suggestions are greatly appreciated!
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:aUp3rRAB:mAcyZCfp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aUp3rRAB:mAcyZCfp"
}

