Skip to content

Commit d799b54

Browse files
authored
chore: Update forwarding docs (#503)
1 parent 48e45d0 commit d799b54

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Velocity modern forwarding with a modded server using Fabric.
7373
## Configuring modern forwarding for Forge
7474

7575
A mod called [ProxyCompatibleForge](https://modrinth.com/mod/proxy-compatible-forge) allows you to use
76-
Velocity modern forwarding with a modded server using Forge 1.16.5 or higher.
76+
Velocity modern forwarding with a modded server using Forge 1.14 or higher.
7777

7878
## Configuring legacy BungeeCord-compatible forwarding
7979

@@ -88,7 +88,7 @@ options to secure your server so that nothing aside from the proxy can connect t
8888
`legacy` forwarding is the player information forwarding protocol that is used by BungeeCord when
8989
enabling IP forwarding from BungeeCord. Due to this, it is ubiquitous and well-supported by most
9090
server implementations. It has excellent compatibility (supporting versions as old as 1.7.2,
91-
released in 2013) and will work with Forge if you also install SpongeForge on your modded server and
91+
released in 2013) and will work with Forge if you also install SpongeForge/BungeeForge on your modded server and
9292
configure it correctly. However, it is not secure.
9393

9494
If you must use BungeeCord-compatible forwarding, simply set your `player-info-forwarding-mode` setting
@@ -111,6 +111,11 @@ To configure Sponge to understand the data forwarded from Velocity, you will nee
111111
first, set `modules.bungeecord` to `true` and `bungeecord.ip-forwarding` to `true` in your
112112
`config/sponge/global.conf` file, and then restart your Sponge server.
113113

114+
### Configuring legacy forwarding for Forge
115+
116+
To configure Forge to understand the data forwarded from Velocity, you will need to stop the server
117+
first, download your correct [BungeeForge](https://github.com/caunt/BungeeForge/releases) version and place the mod into the mods folder, and then restart your Forge server.
118+
114119
### Configuring legacy forwarding for Fabric
115120

116121
:::caution

docs/velocity/admin/reference/server-compatibility.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ or [SpongeForge](https://spongepowered.org/downloads/spongeforge) mod correspond
7777

7878
Minecraft Forge for Minecraft 1.7.2-1.12.2 is fully compatible with Velocity, as we make special
7979
provisions to synchronize client state with each server. However, we **strongly** recommend the use
80-
of SpongeForge, as it allows you to use legacy BungeeCord player info forwarding and generally
80+
of SpongeForge or BungeeForge, as it allows you to use legacy BungeeCord player info forwarding and generally
8181
improves proxy support in general.
8282

8383
Velocity does not support Forge-Bukkit hybrids - they have caused several issues, and the design of

0 commit comments

Comments
 (0)