diff --git a/core/src/main/resources/config.yml b/core/src/main/resources/config.yml index 366a2072..40baad8c 100644 --- a/core/src/main/resources/config.yml +++ b/core/src/main/resources/config.yml @@ -190,7 +190,6 @@ autoLogin: true # Floodgate configuration # Connecing through Floodgate requires player's to sign in via their Xbox Live account # 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! @@ -202,6 +201,7 @@ autoLogin: true # no-conflict: Bedrock players will only be automatically logged in if the Mojang API reports # that there is no existing Premium Java MC account with their name. # This option can be useful if you are not using 'username-prefix' in floodgate/config.yml +# Requires 'autoLogin' to be 'true' # !!!!!!!! WARNING: FLOODGATE SUPPORT IS AN EXPERIMENTAL FEATURE !!!!!!!! # Enabling this might lead to people gaining unauthorized access to other's accounts! autoLoginFloodgate: false @@ -237,6 +237,7 @@ allowFloodgateNameConflict: false # no-conflict: Bedrock players will only be automatically registered if the Mojang API reports # that there is no existing Premium Java MC account with their name. # This option can be useful if you are not using 'username-prefix' in floodgate/config.yml +# Requires 'autoRegister' to be 'true' # !!!!!!!! WARNING: FLOODGATE SUPPORT IS AN EXPERIMENTAL FEATURE !!!!!!!! # Enabling this might lead to people gaining unauthorized access to other's accounts! autoRegisterFloodgate: false