From 6f484b53c559d4341b341d83dd0395a2fc47f66a Mon Sep 17 00:00:00 2001 From: Camotoy <20743703+DoctorMacc@users.noreply.github.com> Date: Fri, 18 Sep 2020 22:38:59 -0400 Subject: [PATCH] Add Invalid IP Address --- Common-Issues.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Common-Issues.md b/Common-Issues.md index e29cfe1..b10ffff 100644 --- a/Common-Issues.md +++ b/Common-Issues.md @@ -122,6 +122,9 @@ See [this page](Floodgate) for more information. ## Mojang Resetting Account Credentials This is unfortunately something we have no control over, and is most likely the case when you're running Geyser as a plugin on a server host or joining a friend far away from your location. If you're running Geyser locally, this should not happen to you, but what we recommend for servers is a plugin we make called [Floodgate](https://github.com/GeyserMC/Floodgate), which allows for Bedrock clients to join your server without needing a Java Edition account. Take a look [here](Floodgate) for more information. +# "Invalid IP address!" from Bedrock +It's currently unknown why this happens even for valid domains. Try using the IPv4 address. + # Bedrock clients freeze when opening up commands for the first time Disable `command-suggestions` in your Geyser config. This will stop the freezing at the expense of removing command suggestions from Bedrock clients.