From cf373620f65d012f35414d50a6cb69a5180374d0 Mon Sep 17 00:00:00 2001 From: Ben Woo <30431861+benwoo1110@users.noreply.github.com> Date: Sat, 6 Dec 2025 23:42:29 +0800 Subject: [PATCH] Clarify matching of online-mode config option for velocity forwarding --- src/content/docs/velocity/admin/getting-started/forwarding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/velocity/admin/getting-started/forwarding.md b/src/content/docs/velocity/admin/getting-started/forwarding.md index a25ca63f3..ae42b29c3 100644 --- a/src/content/docs/velocity/admin/getting-started/forwarding.md +++ b/src/content/docs/velocity/admin/getting-started/forwarding.md @@ -54,7 +54,7 @@ You also need to disable BungeeCord forwarding if you had it enabled beforehand. In `config/paper-global.yml`, set `proxies.velocity.enabled` to true and `proxies.velocity.secret`, to match the secret in your `forwarding.secret` file. You must also set -`proxies.velocity.online-mode` to the `online-mode` setting in your `velocity.toml`. Once +`proxies.velocity.online-mode` to match the `online-mode` setting in your `velocity.toml`. Once you're done editing `paper-global.yml`, reboot your server. :::note