MohistMC / Banner

The Bukkit/Spigot/Paper API implementation for Fabric
GNU General Public License v3.0
237 stars 29 forks source link

[Velocity]无法和LimboAuth插件一起使用,仅使用Fabric时正常 #318

Closed tiandan250 closed 1 month ago

tiandan250 commented 1 month ago

请确认您已完成以下几件事

Banner 版本

Banner 1.20.1 - 731

Java 版本 | 操作系统

系统:Debian12 x64, java: OpenJDK 64-Bit Server VM Zulu21.34+19-CA (build 21.0.3+9-LTS, mixed mode, sharing)

相关 Mod/插件 的名称及版本

插件:无
模组:
banner-1.20.1-731-server.jar
crossstitch-0.1.6.jar
fabric-api-0.92.2+1.20.1.jar
FabricProxy-Lite-2.6.0.jar

错误描述

无法和LimboAuth插件一起使用,仅使用Fabric时正常

复现步骤

1.在服务器添加Banner 2.修改Banner的config,启用Velocity支持并配置: velocity: enabled: true secret: *** 3.通过Velocity进入服务器 4.一段时间后报错

报错信息

Disconnecting com.mojang.authlib.GameProfile@7a8d52b0[id=2f4750c2-9a63-4802-90fd-dc4b1e6c007f,name=tiandan5200,properties={textures=[com.mojang.authlib.properties.Property@2ea5fb93]},legacy=false] (/1.69.200.215:58884): Took too long to log in [23:00:40] [Server thread/INFO]: com.mojang.authlib.GameProfile@7a8d52b0[id=2f4750c2-9a63-4802-90fd-dc4b1e6c007f,name=tiandan5200,properties={textures=[com.mojang.authlib.properties.Property@2ea5fb93]},legacy=false] (/1.69.200.215:58884) lost connection: Took too long to log in [23:00:40] [Server thread/WARN]: handleDisconnection() called twice

复现用压缩包下载链接(可选)

No response

tiandan250 commented 1 month ago

删除FabricProxy-Lite即可,似乎是因为Banner已经包含了FabricProxy-Lite的内容