AuthLogin — A secure login & register system for offline-mode Paper servers. Players must register and login on every join. Until authenticated, they are frozen, invisible, blinded, and teleported to a hidden location. Passwords are BCrypt hashed.
Keep your offline-mode server secure with a full login and registration system.
/register <password> <password> on first join and /login <password> on every reconnectconfig.json/forcelogin <player> — force authenticate an online player/resetpassword <player> — wipe a player's password so they can re-register/authreload — reload the config without restarting{
"login_timeout_seconds": 60,
"timeout_kick_message_login": "You took too long to log in.",
"timeout_kick_message_register": "You took too long to register.",
"max_login_attempts": 5,
"min_password_length": 6
}