Compat Login is a server-side Fabric mod that lets one online-mode=true server accept all of the following at the same time:
Mojang / Microsoft accounts;
third-party Yggdrasil accounts such as LittleSkin;
additional trusted Yggdrasil identity providers configured by the server owner.
The mod never receives, stores, or forwards player passwords. Players still sign in through their own launchers. The server only calls each provider's hasJoined endpoint to verify the current session. For installation details please view this link: [GitHub](https://github.com/MosesMuxiXie/Compat-Login)
Compat Login 是一个仅安装在服务端的 Fabric 模组。它让同一个 online-mode=true 的服务器同时接受:
Mojang / Microsoft 正版账号;
LittleSkin 等第三方 Yggdrasil 账号;
服主额外配置的其他受信任 Yggdrasil 身份源。
模组不会接收、保存或转发玩家密码。玩家仍在自己的启动器中登录;服务端只向各身份源的 hasJoined 接口验证本次会话。
版本要求
组件 本项目使用的版本
Minecraft 1.21.11
Fabric Loader 0.18.4 或更高版本
Fabric API 0.141.6+1.21.11
Java 21 或更高版本
Compat Login 0.2.0
authlib-injector 可选;已验证 1.2.7
下面以 Windows 独立服务器为主。Linux 用户只需要把 .bat 命令改成对应的 Shell 命令。
详细内容请到[GitHub](https://github.com/MosesMuxiXie/Compat-Login/issues)进行操作。

