All versions
1.1.0
Release
AutoLogin 1.1.02 months ago 74
Compatibility
Minecraft: Java Edition
1.21.x
Platform
Fabric
Supported environments
Client-side
Changes
- Password protection - passwords are stored in encrypted form (XOR + Base64), and are not visible in plain text in the file
- Password transfer - the "Password transfer" section has appeared in the settings: copy the key on one device, paste it on another, and all passwords will be transferred automatically. Do not share this key with anyone
- Support for multiple accounts (BETA) - the mod detects the player's nickname and stores a separate password for each account on each server
- Domain matching - servers with the same domain (msk.example.ru, play.example.ru) are automatically recognized as one and use the same password
- Compatibility - all versions of Minecraft 1.21.x are supported
––––––––––
- Защита паролей — пароли хранятся в зашифрованном виде (XOR + Base64), открытым текстом в файле не видны
- Перенос паролей — в настройках появился раздел «Перенос паролей»: скопируйте ключ на одном устройстве, вставьте на другом — все пароли перенесутся автоматически. Никому не передавайте этот ключ
- Поддержка нескольких аккаунтов (БЕТА) — мод определяет никнейм игрока и хранит отдельный пароль для каждого аккаунта на каждом сервере
- Совпадение по домену — серверы с одним доменом (msk.example.ru, play.example.ru) автоматически распознаются как один и используют один пароль
- Совместимость — поддерживаются все версии Minecraft 1.21.x
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:1e6iPHgM:LHR5RLHw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1e6iPHgM:LHR5RLHw"
}

