PaperMC / Velocity

The modern, next-generation Minecraft server proxy.
https://papermc.io/software/velocity
GNU General Public License v3.0
1.68k stars 583 forks source link

Build #396 Breaks forwarding #1347

Closed JaJa99335 closed 3 weeks ago

JaJa99335 commented 4 weeks ago

When attempting to join a server Build 396 I was instantly kick from the server claiming "This server requires you to connect with Velocity." After joining via the proxy.

Relevant Config

velocity.toml

online-mode = true
force-key-authentication = true
player-info-forwarding-mode = "modern"

paper-global.yml

  velocity:
    enabled: true
    online-mode: true
    secret: '************'

Full Logs: https://gist.github.com/JaJa99335/5bb56cd39ba48f1d805371417c1744c2

Luccboy commented 3 weeks ago

Your Velocity log contains this message: Player info forwarding is disabled! All players will appear to be connecting from the proxy and will have offline-mode UUIDs.

This means that you have set player-info-forwarding-mode to NONE in your Velocity config. In your case, you have to set it to MODERN.

JaJa99335 commented 3 weeks ago

Oh must of forgot to save the config file.