diff --git a/core/src/main/java/org/geysermc/geyser/configuration/AdvancedConfig.java b/core/src/main/java/org/geysermc/geyser/configuration/AdvancedConfig.java index 795f3786f4..0acdd1efef 100644 --- a/core/src/main/java/org/geysermc/geyser/configuration/AdvancedConfig.java +++ b/core/src/main/java/org/geysermc/geyser/configuration/AdvancedConfig.java @@ -128,7 +128,7 @@ Whether Geyser should attempt to disable packet compression (from the Java Serve cannot directly connect to this Geyser instance. See https://www.spigotmc.org/wiki/firewall-guide/ for assistance - and use UDP instead of TCP. Disabling xbox authentication for other use-cases is NOT SUPPORTED, as it allows anyone to spoof usernames, - and is therefore a security risk. Skin uploading and Floodgate linking will also not work auth disabled. + and is therefore a security risk. All Floodgate functionality (including skin uploading and account linking) will also not work when xbox auth is disabled. """) // if u have offline mode enabled pls be safe boolean disableXboxAuth();