From 4e768bff602a4cf197f0a33cb94b2f074ff3744e Mon Sep 17 00:00:00 2001 From: Timongcraft Date: Mon, 22 Jul 2024 14:04:55 +0200 Subject: [PATCH] feat: Add per-server forwarding configuration Reflect changes from https://github.com/PaperMC/Velocity/pull/1357 --- docs/velocity/admin/getting-started/forwarding.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/velocity/admin/getting-started/forwarding.md b/docs/velocity/admin/getting-started/forwarding.md index d3fa6ba7..822d6090 100644 --- a/docs/velocity/admin/getting-started/forwarding.md +++ b/docs/velocity/admin/getting-started/forwarding.md @@ -17,10 +17,9 @@ UUIDs and skins. Velocity supports three forwarding formats: :::info -You may choose between only one of these forwarding formats. It is not currently possible to "mix -and match" forwarding modes or use all the forwarding formats together. In general, if you are -supporting clients using Minecraft 1.13 and newer only, use Velocity modern forwarding, else you -must use BungeeCord forwarding. +It is now possible to configure forwarding individually for each server. +In general, if you are supporting clients using Minecraft 1.13 and newer only, use Velocity modern forwarding. +For older versions, consider using BungeeGuard for added security; else you must use BungeeCord forwarding. :::