youer
Docs
English
Tutorials
Velocity

How to use Velocity with Youer?

-> paper-config/paper-global.yml

proxies:
  velocity:
    enabled: true
    online-mode: false
    secret: ''

-> server.properties

online-mode=false
  • Now, create a new folder for your Velocity proxy and start it with the following java command:
java -jar <velocity jar name>.jar
  • Then after the proxy is fully started, type "end" to shut down your proxy.

  • Now, you need to change velocity.toml in the Velocity folder:

-> velocity.toml

player-info-forwarding-mode = "modern"

For more detailed tutorials, please read Paper Documentation (opens in a new tab) and Velocity Documentation (opens in a new tab)

  • Now you can start your proxy and all Youer servers!

❓ Frequently Asked Questions

  • Q: Cannot enter lobbies made with Paper and other vanilla implementations?

  • A: Install the Be Quiet Negotiator (opens in a new tab) mod on the client + Install the ModPacketFix (opens in a new tab) plugin on the Paper server to resolve.

  • Q: Client shows network protocol error

  • A: Add the parameter -Dvelocity.max-known-packs=512 to Velocity's startup parameters, replace 512 with the required number according to your needs (>64).。