You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -88,7 +88,7 @@ options to secure your server so that nothing aside from the proxy can connect t
88
88
`legacy` forwarding is the player information forwarding protocol that is used by BungeeCord when
89
89
enabling IP forwarding from BungeeCord. Due to this, it is ubiquitous and well-supported by most
90
90
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
92
92
configure it correctly. However, it is not secure.
93
93
94
94
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
111
111
first, set `modules.bungeecord` to `true` and `bungeecord.ip-forwarding` to `true` in your
112
112
`config/sponge/global.conf` file, and then restart your Sponge server.
113
113
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.
0 commit comments