MultiLogin Compat Mod

Quick rating

MultiLogin Compat Mod

No reviews yet

A Fabric server-side mod for Minecraft 1.21.1(maybe other versions) that integrates with project MC-MultiLogin-service.

Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
1.0.0
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

mc-multilogin-compat-mod

A Fabric server-side mod for Minecraft 1.21.1 (Mojang mappings) that integrates with MC-MultiLogin-service.

一个用于 Minecraft 1.21.1(Mojang 映射表)的 Fabric 服务端模组,用于与 MC-MultiLogin-service 集成,可以实现多源登录方式。

We suggest you to use this with Authlib-Injector. This mod only change the login method and the login-failed message.

建议配合 Authlib-Injector 使用。此模组仅修改登录方式和登录失败时的提示信息。如果您使用Authlib-Injector,请记得设定它的链接为 MC-MultiLogin-service提供的API地址。

Velocity Plugin Version

Config can be found at plugins\multilogin-auth-compat\multilogin-compat-config.json.

配置可以在plugins\multilogin-auth-compat\multilogin-compat-config.json找到。

Fabric Mod Version

Features

  • On every player login the mod calls the configured MC-MultiLogin-service endpoint with detail=true, so authentication failures return a structured JSON error instead of the generic "Failed to verify username!" message.
  • Detailed error reasons (DUPLICATE_NAME, BANNED, NOT_FOUND, …) are forwarded directly to the connecting client in the disconnect screen.
  • Auto-rename on DUPLICATE_NAME (configurable): when the service reports that a player name is already taken by another skin-site account, the mod automatically retries the login with the service-suggested availableId (e.g. Steve_2) and records the original → new-name mapping in config/mc-multilogin-renames.json.

Setup

  1. Place the mod JAR in your server's mods/ directory.
  2. Start the server once – a default config file will be generated at config/mc-multilogin-compat.json and the server will stop with an error asking you to fill in the API URL.
  3. Edit the config and set apiUrl to the base URL of your MC-MultiLogin-service method entry (e.g. http://127.0.0.1:25600/login/my).
  4. Restart the server.

Configuration (config/mc-multilogin-compat.json)

{
  "apiUrl": "http://127.0.0.1:25600/login/my",
  "autoRename": true
}
Field Type Default Description
apiUrl string "" Required. Base URL of the MC-MultiLogin-service login method (e.g. the path configured under method[].url). The mod appends /session/minecraft/hasJoined?… automatically.
autoRename boolean true (Not working at present) When true, a DUPLICATE_NAME rejection triggers an automatic retry using the availableId returned by the service. The rename is persisted in config/mc-multilogin-renames.json. Set to false to disable and show the error instead.

Building

# Requires Java 21 and internet access to maven.fabricmc.net
./gradlew build

The output JAR will be in build/libs/.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works