We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f4610 commit 7364b8aCopy full SHA for 7364b8a
src/content/docs/velocity/admin/getting-started/forwarding.md
@@ -19,6 +19,16 @@ UUIDs and skins. Velocity supports three forwarding formats:
19
It is now possible to configure forwarding individually for each server.
20
In general, if you are supporting clients using Minecraft 1.13 and newer only, use Velocity modern forwarding.
21
For older versions, consider using BungeeGuard for added security; else you must use BungeeCord forwarding.
22
+<p>Example:</p>
23
+
24
+ ```toml
25
+ lobby = "127.0.0.1:30066"
26
+ ```
27
+ Becomes:
28
29
30
+ lobby = { address = "127.0.0.1:30066", forwarding-mode = "MODERN" }
31
32
33
:::
34
0 commit comments