promotional bannermobile promotional banner
premium banner
This Minecraft mod lets you log into your server account with a simple shortcut. I created it because typing my password every time I joined a server on the Steam Deck was pretty inconvenient.

Description

Auto Login

This Minecraft mod lets you log into your server account with a simple shortcut. I created it because typing my password every time I joined a server on the Steam Deck was pretty inconvenient.

⚠ At this time, passwords are stored in plain text. Please use with caution and avoid sharing your configuration file.

Features

  • Auto Login: Automatically executes the /login %your_password% command when you click F9 (or your chosen shortcut).
  • Customizable Shortcut: Set your own key combination to trigger the auto-login.
  • Secure Storage: Passwords are stored securely using encryption.

Configuration

To set up your password, create (or open if it already exists) the file <your .minecraft directory>/config/alm.json

Then add the following content:

{
  "command": "login your_password"
}
  • The word "login" is currently required — the mod automatically appends a / before it when sending the command in-game.
  • Replace your_password with your actual server password.
  • The mod does not reload the configuration while the game is running, so after editing alm.json, you’ll need to restart Minecraft for the changes to take effect.
  • ⚠ Your password is stored in plain text, so do not share this file or your Minecraft directory with others.