Links
Tags
Creators
Details
1.0.0
Compatibility
Changes
AutoLogin
A Minecraft Fabric mod that automatically executes login commands when joining servers.
Features
- 🔐 Automatic Login: Automatically sends login commands when joining a server
- ⚙️ Server-Specific Configuration: Configure different login commands for each server
- 🎯 Simple Setup: Easy-to-use interface integrated into Minecraft's server list
- ✅ Visual Feedback: In-game confirmation messages when auto-login executes
Screenshots
Server Configuration
Configure your login command directly in the server edit screen:

In-Game
The mod automatically sends your login command upon joining:

Installation
- Install Fabric Loader
- Download Fabric API for Minecraft 1.21.11
- Download the latest AutoLogin release
- Place the
.jarfile in yourmodsfolder
Usage
- Go to your Minecraft server list
- Click "Edit" on the server you want to configure
- Enter your login command in the "Login Command" field (e.g.,
/login password) - Save and join the server
- The mod will automatically execute the command upon joining
Requirements
- Minecraft 1.21.11
- Fabric Loader 0.18.4+
- Fabric API 0.141.3+
- Java 21
License
This project is licensed under MIT License. See LICENSE for more information.
Author
Created by DavidutzDev.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:cUEAIuY5:26klrCPa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cUEAIuY5:26klrCPa"
}

