Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion wiki/geyser/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@ Here you can find answers to frequently asked questions about Geyser - if you ha
<Q>
Do I need Floodgate in order to use Geyser?
<A>
No; Floodgate is only required if you wish to allow Bedrock clients to join without authenticating to Java servers. Without the Floodgate plugin, Geyser can either authenticate to Mojang in online mode, or join without authentication in an offline mode server (though this is unsupportable and dangerous as anyone can join your server and is against Mojang's EULA).
No, but it's highly recommended.

Floodgate is required if you wish to allow Bedrock clients to join without logging into their own Java account every time they connect. Without the Floodgate plugin, Geyser can either authenticate to Mojang servers via a provided Java account in online mode, or join without authentication in an offline mode server (but this is unsupported and dangerous as anyone can join your server with any name and is against Mojang's EULA). With Floodgate, Bedrock clients don't need to own the Java version of the game, but do still need to authenticate with Xbox.
</A>
</Q>
<Q>
Expand Down