All versions
1.0.0
Release
VoidAuth 1.0.02 months ago 58
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client and server
Changes
VoidAuth v1.0.0 Changelog
Release date: 2026-06-02
Minecraft: 26.1 Fabric | Java 25
✨ Added
- GUI‑based login / register / change password screens with password confirmation
- BCrypt password hashing (cost 10–14 configurable)
- Password strength check: min 6 chars, letters+digits, no consecutive sequences (abc/123), 72‑byte limit
- Login failure lockout (5 attempts → 15 min, configurable)
- Optional IP‑based auto‑login (disabled by default)
- 4‑layer position lock (client input freeze + tick freeze + server move packet intercept + position correction)
- Darkness effect + gamma force‑0 to bypass Fullbright mods
- F3 debug screen disabled during authentication
- Elytra disconnect protection (loads 7×7 chunks on rejoin)
- Death state auto‑recovery on reconnect
- Flight check grace period after login
- Admin audit logs (
logs/voidauth-admin.log) and/voidauth exportlog - Fine‑grained permission nodes for all admin commands (Fabric Permissions API support)
- Developer API:
VoidAuthAPIwith authentication callbacks and player data queries - Config and data auto‑migration across versions
- MySQL password network protection (password field masked in sync packets)
- Server‑side
bcryptCostFactorvalidation (10–14) - SQLite / MySQL storage backends (optional drivers)
- Full configuration GUI for admins
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:dnV0MU4M:INR4HSpN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dnV0MU4M:INR4HSpN"
}

