YuxuanZuo / MultiYggdrasil

Build your own Minecraft authentication system with Mojang authentication server support. A fork of yushijinhun/authlib-injector.
https://multiyggdrasil.zuoyx.xyz
GNU Affero General Public License v3.0
50 stars 4 forks source link

自定第三方验证namespace无效,导致角色名称过长无法进入服务器 #13

Closed w123456w30w closed 8 months ago

w123456w30w commented 1 year ago

使用-Dmultiyggdrasil.namespace自定义第三方验证服务器的角色名称后缀无法生效,始终默认为custom 角色ID比较长的时候进入服务器会报错the received string length is longer than maximum allowed (18>16)将玩家踢出游戏

YuxuanZuo commented 1 year ago

你好,-Dmultiyggdrasil.namespace这个参数是有效的,请检查你的设置是否正确,正确参数格式应为-Dmultiyggdrasil.namespace=xyz

w123456w30w commented 1 year ago

你好,-Dmultiyggdrasil.namespace这个参数是有效的,请检查你的设置是否正确,正确参数格式应为-Dmultiyggdrasil.namespace=xyz

抱歉隔了这么久才回复,是我在自定义名称的时候加入了大写字母导致的问题,请问为什么不允许大写字母出现在参数中呢?