forked from TuxCoding/FastLogin
Document 'no-conflict' in config.yml
This commit is contained in:
@ -199,6 +199,9 @@ autoLogin: true
|
|||||||
# false: Disables auto login for every player connecting through Floodgate
|
# false: Disables auto login for every player connecting through Floodgate
|
||||||
# true: Enables auto login for every player connecting through Floodgate
|
# true: Enables auto login for every player connecting through Floodgate
|
||||||
# linked: Only Bedrock accounts that are linked to a Java account will be logged in automatically
|
# linked: Only Bedrock accounts that are linked to a Java account will be logged in automatically
|
||||||
|
# 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
|
||||||
# !!!!!!!! WARNING: FLOODGATE SUPPORT IS AN EXPERIMENTAL FEATURE !!!!!!!!
|
# !!!!!!!! WARNING: FLOODGATE SUPPORT IS AN EXPERIMENTAL FEATURE !!!!!!!!
|
||||||
# Enabling this might lead to people gaining unauthorized access to other's accounts!
|
# Enabling this might lead to people gaining unauthorized access to other's accounts!
|
||||||
autoLoginFloodgate: false
|
autoLoginFloodgate: false
|
||||||
@ -228,10 +231,13 @@ autoLoginFloodgate: false
|
|||||||
allowFloodgateNameConflict: false
|
allowFloodgateNameConflict: false
|
||||||
|
|
||||||
# Automatically register players connecting through Floodgate.
|
# Automatically register players connecting through Floodgate.
|
||||||
# autoLoginFloodgate must be 'true' for this to work
|
# autoLoginFloodgate must be available for the player to use this
|
||||||
# Possible values:
|
# Possible values:
|
||||||
# false: Disables auto registering for every player connecting through Floodgate
|
# false: Disables auto registering for every player connecting through Floodgate
|
||||||
# true: Enables auto registering for every player connecting through Floodgate
|
# true: Enables auto registering for every player connecting through Floodgate
|
||||||
|
# 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
|
||||||
# !!!!!!!! WARNING: FLOODGATE SUPPORT IS AN EXPERIMENTAL FEATURE !!!!!!!!
|
# !!!!!!!! WARNING: FLOODGATE SUPPORT IS AN EXPERIMENTAL FEATURE !!!!!!!!
|
||||||
# Enabling this might lead to people gaining unauthorized access to other's accounts!
|
# Enabling this might lead to people gaining unauthorized access to other's accounts!
|
||||||
autoRegisterFloodgate: false
|
autoRegisterFloodgate: false
|
||||||
|
Reference in New Issue
Block a user