Tags
Creators
Details
1.1.0
Compatibility
Changes
Supported commands
The following commands are protected by default:
/login, /l, /register, /reg, /unregister, /unreg, /changepassword, /changepass, /cp, /email, /captcha, /2fa, /totp, /recovery, /setemail, /setpassword, /setpass
, and their shortcuts.
You can also add your own custom commands at runtime — perfect for non-standard auth plugins. Usage Install the mod and it works automatically. The password text in your chat input is masked with
*
characters in real time, and protected commands are excluded from chat history (up-arrow recall). All controls live under a single command:
- /authhide — toggle the protection on/off
- /authhide command list — show your custom protected commands
- /authhide command add <command> — add a new command to protect (e.g. /authhide command add /myauth)
- /authhide command remove <command> — remove one (with tab-completion)
- /authhide command clear — wipe the custom list
A graphical settings screen is also available through Mod Menu. Languages Fully translated into English, Hungarian, German, French, Spanish, and Russian. Compatibility
- ✅ Minecraft 1.21.1
- ✅ Fabric Loader 0.16.9+
- ✅ Java 21+
- ✅ Mod Menu (optional, for the config screen)
- ✅ Works with AuthMe, FastLogin, nLogin, and similar auth plugins
- ✅ Client-only — no server installation required
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:CL3VM9Sj:hvUbTZ4V"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CL3VM9Sj:hvUbTZ4V"
}

