Add auth for not big servers without hash
A server-side authentication mod for Minecraft Forge 1.20.1.
/register <password>: Register a new account./login <password>: Login to an existing account.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
}
}
mods folder of your Forge 1.20.1 server.