All versions
1.0
Release
Auth+ 1.07 months ago 2,945
Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Bukkit
Paper
Spigot
Changes
Auth+ v1.0.0 – Initial Release
✨ Core Features
- Player authentication system using /register and /login
- Secure password confirmation during registration
- Login required before gameplay access
🔒 Security & Restrictions
- Players are immobilized until authenticated
- Blindness effect applied until login or registration is complete
- Players cannot interact, move, or attack others before authenticating
- Collision disabled while unauthenticated
🛠 Admin Tools
- /auth resetpw <player> <newpassword>
- Permission-based admin access
- Reload support for configuration files
💬 Player Guidance
- Periodic chat reminders to register or login
- Color-coded messages for clarity
- Usage messages for all commands
⚙ Technical
- Tab completion for all commands
- YAML-based data storage
- Optimized event handling
This is the first stable release of Auth+.
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:KPXujRNj:tv0iPhe9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KPXujRNj:tv0iPhe9"
}

