Skip to content

Commit fed1e91

Browse files
committed
Document 'no-conflict' in config.yml
1 parent dc8dd13 commit fed1e91

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

core/src/main/resources/config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,9 @@ autoLogin: true
199199
# false: Disables auto login for every player connecting through Floodgate
200200
# true: Enables auto login for every player connecting through Floodgate
201201
# linked: Only Bedrock accounts that are linked to a Java account will be logged in automatically
202+
# no-conflict: Bedrock players will only be automatically logged in if the Mojang API reports
203+
# that there is no existing Premium Java MC account with their name.
204+
# This option can be useful if you are not using 'username-prefix' in floodgate/config.yml
202205
# !!!!!!!! WARNING: FLOODGATE SUPPORT IS AN EXPERIMENTAL FEATURE !!!!!!!!
203206
# Enabling this might lead to people gaining unauthorized access to other's accounts!
204207
autoLoginFloodgate: false
@@ -228,10 +231,13 @@ autoLoginFloodgate: false
228231
allowFloodgateNameConflict: false
229232

230233
# Automatically register players connecting through Floodgate.
231-
# autoLoginFloodgate must be 'true' for this to work
234+
# autoLoginFloodgate must be available for the player to use this
232235
# Possible values:
233236
# false: Disables auto registering for every player connecting through Floodgate
234237
# true: Enables auto registering for every player connecting through Floodgate
238+
# no-conflict: Bedrock players will only be automatically registered if the Mojang API reports
239+
# that there is no existing Premium Java MC account with their name.
240+
# This option can be useful if you are not using 'username-prefix' in floodgate/config.yml
235241
# !!!!!!!! WARNING: FLOODGATE SUPPORT IS AN EXPERIMENTAL FEATURE !!!!!!!!
236242
# Enabling this might lead to people gaining unauthorized access to other's accounts!
237243
autoRegisterFloodgate: false

0 commit comments

Comments
 (0)