Skip to content

Commit abe5846

Browse files
committed
Add example for per-server forwarding configuration
1 parent 4e768bf commit abe5846

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ UUIDs and skins. Velocity supports three forwarding formats:
2020
It is now possible to configure forwarding individually for each server.
2121
In general, if you are supporting clients using Minecraft 1.13 and newer only, use Velocity modern forwarding.
2222
For older versions, consider using BungeeGuard for added security; else you must use BungeeCord forwarding.
23+
<p>Example:</p>
24+
25+
```toml
26+
lobby = "127.0.0.1:30066"
27+
```
28+
Becomes:
29+
30+
```toml
31+
lobby = { address = "127.0.0.1:30066", forwarding-mode = "MODERN" }
32+
```
2333

2434
:::
2535

0 commit comments

Comments
 (0)