From cce9c3df628e19bcbd96c65967bbedca7877df89 Mon Sep 17 00:00:00 2001 From: rtm516 Date: Mon, 3 Aug 2020 12:25:34 +0100 Subject: [PATCH] Add ProtocolSupportBungee --- FAQ.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/FAQ.md b/FAQ.md index ffa409f..3635be1 100644 --- a/FAQ.md +++ b/FAQ.md @@ -9,9 +9,10 @@ Geyser should generally work fine with plugins, as we emulate a Java client. The Floodgate can cause issues with plugins as it modifies the login process. -* [JPremium](https://www.spigotmc.org/resources/%E2%96%A0-jpremium-%E2%96%A0-advanced-authorization-system-with-auto-login-the-premium-players-%E2%96%A0-1-8-1-15-2-%E2%96%A0.27766/) alters the UUID of a player causing Floodgate to not be able to get the Bedrock data from its map. -* ~~[ProtocolSupport](https://www.spigotmc.org/resources/protocolsupport.7201/) sometimes causes issues with Floodgate saying `Invalid packet id: 27`. Use [ViaVersion](https://www.spigotmc.org/resources/viaversion.19254/) instead if this keeps occurring~~ ProtocolSupport now works with the latest Floodgate. -* [SayNoToMcLeaks](https://www.spigotmc.org/resources/saynotomcleaks.40906/) prevents Floodgate from finishing its login system. +* [JPremium](https://www.spigotmc.org/resources/27766/) alters the UUID of a player causing Floodgate to not be able to get the Bedrock data from its map. +* ~~[ProtocolSupport](https://www.spigotmc.org/resources/7201/) sometimes causes issues with Floodgate saying `Invalid packet id: 27`. Use [ViaVersion](https://www.spigotmc.org/resources/19254/) instead if this keeps occurring~~ ProtocolSupport now works with the latest Floodgate. +* [ProtocolSupportBungee](https://www.spigotmc.org/resources/8733/) changes how the login process works and therefore breaks the floodgate injection code. +* [SayNoToMcLeaks](https://www.spigotmc.org/resources/40906/) prevents Floodgate from finishing its login system. If you come across any more please let us know via [Discord](http://discord.geysermc.org).