Auto Login & Auto Register

Auto Login & Auto Register

Mod

Forgot your password again? Have to think of a password for /register again? Well this mod fixes that, adding auto register, and auto login!

Client ManagementUtility

63 downloads
1 follower
Follow Save

Banner

Forgot your password again? Have to think of a password for /register again? Well this mod fixes that.

Auto Login

Features

• Auto Login Detection - Automatically detects login prompts and logs you in

• Password Storage - Saves your passwords per server/username combination (in plain text currently)

• Auto Registration - Generates random passwords when you need to register (configurable context + password length)

• Manual Commands - Use .autologin and .autoregister commands to manually register/login if auto detection failed or disabled

• Configurable Patterns - Customize login/register auto detection patterns (so it can work in a specific server)

Configuration

Setup

The mod creates a config/autologininfo folder in your Minecraft directory containing:

  • config.txt - All mod settings and patterns
  • playerstoredinfo.txt - password storage (server:username:password format)

Manual Commands:

  • .autologin - Forces immediate login attempt using saved password
  • .autoregister - Forces immediate registration with new generated password

Configuration Options

Delay Settings:

  • usedelay=true/false - Enable/disable delay before auto-login
  • delayseconds=1 - Seconds to wait before attempting login

Detection Patterns:

  • loginpattern="login" - Text to detect login prompts
  • registerpattern="register" - Text to detect registration prompts
  • autodetectloginprompt=true/false - Enable auto-login detection
  • autodetectregister=true/false - Enable auto-registration detection

Command Formats:

  • commandformatlogin="/login $p" - Login command template ($p = password)
  • commandformatregister="/register $p $p" - Register command template

Password Generation:

  • passwordlength=6 - Length of generated passwords
  • contentpallet="abcdefghijklmnopqrstuvwxyz0123456789" - Characters to use

Behavior Controls:

  • disableonceloggedin=true/false - Stop checking after successful login
  • disableonceregistered=true/false - Stop checking after successful registration
  • showdebugmessages=false - Enable/disable all mod messages in chat

Auto-Save:

  • autosave=true/false - Automatically save passwords from manual commands

Project members

Itamio

Member

Details

Licensed ARR
Published a month ago
Updated 2 months ago