From 320aa0b90116ab2f259844046315b7a3c79356de Mon Sep 17 00:00:00 2001 From: DaCubeKing <61074688+DaCubeKing@users.noreply.github.com> Date: Fri, 13 Nov 2020 14:06:06 -0800 Subject: [PATCH] Change ip_forwarding to ip_forward as that is the name that is used in the config --- Floodgate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Floodgate.md b/Floodgate.md index e521846..af618bb 100644 --- a/Floodgate.md +++ b/Floodgate.md @@ -35,7 +35,7 @@ For multi-server setups: you only are required to install Floodgate on the Bunge This is only needed when you want to use the Floodgate API on your Spigot server(s) behind a proxy. - Download the Floodgate plugin from [here](https://ci.nukkitx.com/job/GeyserMC/job/Floodgate/job/development/) and install it as a plugin on both BungeeCord/Velocity and the Spigot server(s). -- Enable `ip_forwarding` in your BungeeCord `config.yml` if using BungeeCord +- Enable `ip_forward` in your BungeeCord `config.yml` if using BungeeCord - Set `player-info-forwarding-mode` to `LEGACY` in `velocity.toml` if using Velocity - Set `bungeecord` to `true` in your `spigot.yml` - Start the proxy server.