From 94fdc701642f00b9abd0706655ed2dd23f3a21db Mon Sep 17 00:00:00 2001 From: Smart123s <28480228+Smart123s@users.noreply.github.com> Date: Mon, 29 Mar 2021 17:15:45 +0200 Subject: [PATCH] Update config.yml Added Floodgate 2.0 as a requirement Removed warning about linking accounts with "allowFloodgateNameConflict: 'false'" as it's no longer a problem with Global Linking API enabled --- core/src/main/resources/config.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/core/src/main/resources/config.yml b/core/src/main/resources/config.yml index 5e80280d..5f085e25 100644 --- a/core/src/main/resources/config.yml +++ b/core/src/main/resources/config.yml @@ -188,7 +188,7 @@ autoLogin: true # Floodgate configuration # Connecing through Floodgate requires player's to sign in via their Xbox Live account -# Requires https://github.com/GeyserMC/Floodgate/ and https://github.com/GeyserMC/Geyser/ +# Requires Floodgate 2.0 https://github.com/GeyserMC/Floodgate/tree/dev/2.0 # These settings only work in Bukkit/Spigot/Paper mode # !!!!!!!! WARNING: FLOODGATE SUPPORT IS AN EXPERIMENTAL FEATURE !!!!!!!! # Enabling any of these settings might lead to people gaining unauthorized access to other's accounts! @@ -208,10 +208,6 @@ autoLoginFloodgate: 'false' # 'autoRegister' must be 'true' for this to work # true: Bypass 'autoRegister's name conflict checking # linked: Bedrock accounts linked to a Java account will be allowed to join with conflicting names -# Note: Linking a new account requires players to log in with a non-linked Bedrock account first -# Enabling this without using Floodgate prefixes will make linking new Bedrock players impossible -# More information on linking accounts: https://github.com/GeyserMC/Geyser/wiki/Floodgate#account-linking -# Releated Floodgate issue: https://github.com/GeyserMC/Floodgate/issues/37 # !!! DO NOT REMOVE THE APOSTROPHE !!! # !!!!!!!! WARNING: FLOODGATE SUPPORT IS AN EXPERIMENTAL FEATURE !!!!!!!! # Enabling this might lead to people gaining unauthorized access to other's accounts!