Compatibility
Minecraft: Java Edition
1.21.8
1.20.6
1.19.4
1.18.2
1.17.1
1.16.5
1.15.2
1.14.4
1.12.2
1.11.2
1.10.2
1.9.4
1.8.9
1.7.10
Platforms
Supported environments
Creators
Details
Licensed Apache-2.0
Published 2 weeks ago
Updated 3 weeks ago
Authenticate
A Minecraft Fabric mod that provides player authentication functionality for servers.
Description
Authenticate is a server-side authentication mod for Minecraft that allows players to register accounts with passwords and login to access the server. This mod helps protect your server from unauthorized access and provides basic account management features.
Features
- Player Registration: Players can register accounts with passwords
- Player Login: Secure login system with password verification
- Player Logout: Players can logout from their accounts
- Ban System: Server administrators can ban players
- Database Storage: Uses H2 database for persistent data storage
- Cross-version Support: Supports multiple Minecraft versions
Requirements
- Fabric Language Kotlin: Required for Kotlin support
- Fabric ORM Jimmer: Required for database operations
Optional Dependencies
- Fabric Database H2: For H2 database support
Usage
Commands
/register <password> <confirm>
- Register a new account/login <password>
- Login to your account/logout
- Logout from your account/auth ban <player> <unit> <amount>
- Ban a player (admin only)
Registration Process
- When a new player joins the server, they will be prompted to register
- Use
/register <password> <confirm>
to create an account - Make sure both passwords match
- After successful registration, you can login with
/login <password>
Login Process
- Use
/login <password>
to access your account - You must be logged in to interact with the server
- Use
/logout
when you're done playing
Configuration
Please visit https://github.com/Enaium/fabric-mod-Authenticate, as the description cannot include any SQL statements.