mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-30 10:47:33 +02:00
Expand possible values in config.yml
This commit is contained in:
@ -194,9 +194,11 @@ autoLogin: true
|
|||||||
# !!!!!!!! WARNING: FLOODGATE SUPPORT IS AN EXPERIMENTAL FEATURE !!!!!!!!
|
# !!!!!!!! WARNING: FLOODGATE SUPPORT IS AN EXPERIMENTAL FEATURE !!!!!!!!
|
||||||
# Enabling any of these settings might lead to people gaining unauthorized access to other's accounts!
|
# 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.
|
# Automatically log in players connecting through Floodgate.
|
||||||
# Possible values: false, true, linked
|
# Possible values:
|
||||||
# Linked means that only Bedrock accounts linked to a Java account will be logged in automatically
|
# false: Disables 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
|
||||||
# !!!!!!!! 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
|
||||||
@ -225,8 +227,11 @@ autoLoginFloodgate: false
|
|||||||
# 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!
|
||||||
allowFloodgateNameConflict: false
|
allowFloodgateNameConflict: false
|
||||||
|
|
||||||
# This enables auto registering every player connecting through Floodgate.
|
# Automatically register players connecting through Floodgate.
|
||||||
# autoLoginFloodgate must be 'true' for this to work
|
# autoLoginFloodgate must be 'true' for this to work
|
||||||
|
# Possible values:
|
||||||
|
# false: Disables auto registering for every player connecting through Floodgate
|
||||||
|
# true: Enables auto registering for every player connecting through Floodgate
|
||||||
# !!!!!!!! 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