对于 Velocity
检查
velocity.toml文件,确保online-mode项的值为true👈toml# Should we authenticate players with Mojang? By default, this is on. online-mode = true15
16
对于 Paper 子服
检查子服务器的
server.properties文件,确保online-mode项的值为false👈
这会阻止子服务器对玩家进行身份验证,Velocity 将会承担起对玩家进行身份验证的职责。检查子服务器的
config/paper-global.yaml中的online-mode项的值为true👈
这个值在任何情况下都应该与velocity.toml中的online-mode项的值保持一致。对于 Paper 1.18.2 或更低版本,
online-mode将会位于settings.velocity-support.online-mode。propertiesonline-mode=false23yamlvelocity: enabled: true online-mode: true secret: '************'96
97
98
99