本帖最后由 PMCS_Owner 于 2022-7-21 23:35 编辑 
如图报错
版本 PURPUR 1.19 使用间歇泉(Geyser)来实现互通
服务器启动后 所有基岩版用户都会刷这个 请求解决该问题
请注意 csf屏蔽插件不在考虑范围内
| [22:57:30 WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@725f9821[id=00000000-0000-0000-0009-01fcb4cfae5c,name=BE_huaji_0821,properties={},legacy=false] java.lang.IllegalArgumentException: Name and ID cannot both be blank         at com.mojang.authlib.GameProfile.(GameProfile.java:26) ~[authlib-3.5.41.jar:?]         at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:203) ~[authlib-3.5.41.jar:?]         at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillGameProfile(PaperMinecraftSessionService.java:38) ~[sugarcane-1.19.jar:git-Sugarcane-1.19/dev-1]         at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:175) ~[authlib-3.5.41.jar:?]         at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillProfileProperties(PaperMinecraftSessionService.java:31) ~[sugarcane-1.19.jar:git-Sugarcane-1.19/dev-1]         at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$3(SkullBlockEntity.java:142) ~[?:?]         at net.minecraft.Util.ifElse(Util.java:460) ~[?:?]         at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$6(SkullBlockEntity.java:139) ~[?:?]         at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[?:?]         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[?:?]         at java.lang.Thread.run(Unknown Source) ~[?:?] |