diff --git a/core/src/main/resources/config.yml b/core/src/main/resources/config.yml index dfc8dc65..5e80280d 100644 --- a/core/src/main/resources/config.yml +++ b/core/src/main/resources/config.yml @@ -190,11 +190,15 @@ autoLogin: true # 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/ # 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! # This enables auto login for every player connecting through Floodgate. # Possible values: false, true, linked # Linked means that only Bedrock accounts linked to a Java account will be logged in automatically # !!! 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! autoLoginFloodgate: 'false' # This enables Floodgate players to join the server, even if autoRegister is true and there's an existing @@ -205,14 +209,18 @@ autoLoginFloodgate: 'false' # 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 will make linking new Bedrock players impossible +# 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! allowFloodgateNameConflict: 'false' # This enables auto registering every player connecting through Floodgate. # autoLoginFloodgate must be 'true' for this to work +# !!!!!!!! WARNING: FLOODGATE SUPPORT IS AN EXPERIMENTAL FEATURE !!!!!!!! +# Enabling this might lead to people gaining unauthorized access to other's accounts! autoRegisterFloodgate: false # Database configuration