HomeJavaModsLTS Auth
LTS Auth

LTS Auth Mod

A server-side authentication mod for Minecraft Forge 1.20.1.

Features

Commands

Configuration

The mod stores player data in config/lts_auth/players.json.

{
  "12345678-1234-1234-1234-123456789012": {
    "uuid": "12345678-1234-1234-1234-123456789012",
    "username": "PlayerName",
    "password": "plaintext_password",
    "registeredAt": 1769890665260
  }
}

Messages in config/lts_auth/messages.yml

messages:
  mod_initialized: "&aLTS Auth Mod initialized!"
  register_success: "&aRegistration successful. You are now logged in."
  login_success: "&aLogin successful."
  login_prompt: "&6Please log in using: /login <password>"
  register_prompt: "&6Please register using: /register <password>"
  login_reminder: "&cPlease log in using: /login <password>"
  register_reminder: "&cPlease register using: /register <password>"
  timeout_kick: "Authentication time has expired!"
  already_registered: "&cYou are already registered!"
  password_too_short: "&cPassword must contain at least 4 characters!"
  not_registered: "&cYou are not registered! Use /register <password>"
  already_logged_in: "&cYou are already logged in!"
  invalid_password: "&cInvalid password!"
  storage_load_failed: "Failed to load player data"
  storage_save_failed: "Failed to save player data"

Installation

  1. Download the mod JAR file.
  2. Place it in the mods folder of your Forge 1.20.1 server.
  3. Restart the server.
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more