Authenticate

A Minecraft Fabric mod that provides player authentication functionality for servers.

2,78k

Authenticate

Authenticate

title

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

- Cross-version Support: Players can register accounts with passwords - Cross-version Support: Secure login system with password verification - Cross-version Support: Players can logout from their accounts - Cross-version Support: Server administrators can ban players - Cross-version Support: Uses H2 database for persistent data storage - Cross-version Support: Supports multiple Minecraft versions

Requirements

- Fabric ORM Jimmer: 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

1. When a new player joins the server, they will be prompted to register 2. Use `/register <password> <confirm>` to create an account 3. Make sure both passwords match 4. After successful registration, you can login with `/login <password>`

Login Process

1. Use `/login <password>` to access your account 2. You must be logged in to interact with the server 3. 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.

ADS