@@ -194,9 +194,11 @@ autoLogin: true
194194# !!!!!!!! WARNING: FLOODGATE SUPPORT IS AN EXPERIMENTAL FEATURE !!!!!!!!
195195# Enabling any of these settings might lead to people gaining unauthorized access to other's accounts!
196196
197- # This enables auto login for every player connecting through Floodgate.
198- # Possible values: false, true, linked
199- # Linked means that only Bedrock accounts linked to a Java account will be logged in automatically
197+ # Automatically log in players connecting through Floodgate.
198+ # Possible values:
199+ # false: Disables auto login for every player connecting through Floodgate
200+ # true: Enables auto login for every player connecting through Floodgate
201+ # linked: Only Bedrock accounts that are linked to a Java account will be logged in automatically
200202# !!!!!!!! WARNING: FLOODGATE SUPPORT IS AN EXPERIMENTAL FEATURE !!!!!!!!
201203# Enabling this might lead to people gaining unauthorized access to other's accounts!
202204autoLoginFloodgate : false
@@ -225,8 +227,11 @@ autoLoginFloodgate: false
225227# Enabling this might lead to people gaining unauthorized access to other's accounts!
226228allowFloodgateNameConflict : false
227229
228- # This enables auto registering every player connecting through Floodgate.
230+ # Automatically register players connecting through Floodgate.
229231# autoLoginFloodgate must be 'true' for this to work
232+ # Possible values:
233+ # false: Disables auto registering for every player connecting through Floodgate
234+ # true: Enables auto registering for every player connecting through Floodgate
230235# !!!!!!!! WARNING: FLOODGATE SUPPORT IS AN EXPERIMENTAL FEATURE !!!!!!!!
231236# Enabling this might lead to people gaining unauthorized access to other's accounts!
232237autoRegisterFloodgate : false
0 commit comments