Skip to content

Commit 7364b8a

Browse files
committed
Add example for per-server forwarding configuration
1 parent 98f4610 commit 7364b8a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/content/docs/velocity/admin/getting-started/forwarding.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ UUIDs and skins. Velocity supports three forwarding formats:
1919
It is now possible to configure forwarding individually for each server.
2020
In general, if you are supporting clients using Minecraft 1.13 and newer only, use Velocity modern forwarding.
2121
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+
```toml
30+
lobby = { address = "127.0.0.1:30066", forwarding-mode = "MODERN" }
31+
```
2232

2333
:::
2434

0 commit comments

Comments
 (0)