LTS Auth

Quick rating

LTS Auth

No reviews yet

Add auth for not big servers without hash

Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Dedicated Server Only

Runs on a dedicated server only; does not work in singleplayer.

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
1.0.1+mc1.20.1
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

LTS Auth Mod

A server-side authentication mod for Minecraft Forge 1.20.1.

Features

  • Simple Authentication: Players can register and login using simple commands.
  • Player Restrictions: Unauthenticated players are frozen in place and cannot interact with the world.
  • Auto-Kick: Players are automatically kicked if they fail to authenticate within 60 seconds.
  • JSON Storage: Player data is stored in a simple JSON file for easy management.
  • Server-Side Only: Clients do not need to install the mod to join the server.

Commands

  • /register <password>: Register a new account.
  • /login <password>: Login to an existing account.

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.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works