From 32b614802eb29e437554ab70a341c15d716e7d86 Mon Sep 17 00:00:00 2001 From: Joshua Walsh Date: Mon, 27 May 2019 11:25:03 +1000 Subject: [PATCH] Add some notes about online-mode --- minecraft_java/vanillacord/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/minecraft_java/vanillacord/README.md b/minecraft_java/vanillacord/README.md index d1544799..c5d91e0e 100644 --- a/minecraft_java/vanillacord/README.md +++ b/minecraft_java/vanillacord/README.md @@ -3,3 +3,7 @@ A patch for vanilla servers to work with BungeeCord's ip_forward setting. This uses [ME1312's fork](https://github.com/ME1312/VanillaCord) of VanillaCord which has been updated for modern Minecraft. + +## Note: + +If you've set up Spigot, Paper or some other server with BungeeCord's IP forwarding you might know that you have to set online-mode to false. Due to the way that VanillaCord works this is not necessary with this Egg, you can (and should) leave online-mode as true.