From 342339595382a369233c5c2addd99c920e490d23 Mon Sep 17 00:00:00 2001 From: Redned Date: Sat, 29 Feb 2020 17:19:15 -0600 Subject: [PATCH] Updated Floodgate (markdown) --- Floodgate.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Floodgate.md b/Floodgate.md index 57ee954..108645f 100644 --- a/Floodgate.md +++ b/Floodgate.md @@ -13,4 +13,9 @@ Once you find your **public-key.pem**, copy it into the root directory of Geyser In the Geyser config.yml, set `auth-type` to `floodgate`, and restart Geyser. Bedrock clients should now be able to join your Java Edition server without a Java Edition account :D. ## Known Issues/Caveats -Due to how Minecraft: Java Edition handles skins, all Bedrock players will appear as Steve or Alex to other Java players. \ No newline at end of file + +## Skins +Due to how Minecraft: Java Edition handles skins, all Bedrock players will appear as Steve or Alex to other Java players. + +## Access token can not be null or empty +This may be because you forgot to set the auth-type in the config to `floodgate`. If that isn't it, check to make sure your config contains the line `floodgate-key-file: public-key.pem`. If not, just copy that in directly. \ No newline at end of file