对于 Velocity
检查
velocity.toml
文件,确保online-mode
项的值为true
👈toml# Should we authenticate players with Mojang? By default, this is on. online-mode = true
15
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=false
23yamlvelocity: enabled: true online-mode: true secret: '************'
96
97
98
99