Download Authenticate — Minecraft Mods — MetaMods
Authenticate

Authenticate

Active

Downloads

0

Last update

1 month ago

Versions

1.7.10 — 1.21.8
Server
Fabric
Utils

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

  • 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

  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.

Project members
Enaium

Enaium

Developer