forked from TuxCoding/FastLogin
Update config comments
This commit is contained in:
@ -190,11 +190,15 @@ autoLogin: true
|
|||||||
# Connecing through Floodgate requires player's to sign in via their Xbox Live account
|
# 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/
|
# Requires https://github.com/GeyserMC/Floodgate/ and https://github.com/GeyserMC/Geyser/
|
||||||
# These settings only work in Bukkit/Spigot/Paper mode
|
# 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.
|
# This enables auto login for every player connecting through Floodgate.
|
||||||
# Possible values: false, true, linked
|
# Possible values: false, true, linked
|
||||||
# Linked means that only Bedrock accounts linked to a Java account will be logged in automatically
|
# Linked means that only Bedrock accounts linked to a Java account will be logged in automatically
|
||||||
# !!! DO NOT REMOVE THE APOSTROPHE !!!
|
# !!! 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'
|
autoLoginFloodgate: 'false'
|
||||||
|
|
||||||
# This enables Floodgate players to join the server, even if autoRegister is true and there's an existing
|
# 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
|
# true: Bypass 'autoRegister's name conflict checking
|
||||||
# linked: Bedrock accounts linked to a Java account will be allowed to join with conflicting names
|
# 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
|
# 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
|
# More information on linking accounts: https://github.com/GeyserMC/Geyser/wiki/Floodgate#account-linking
|
||||||
# Releated Floodgate issue: https://github.com/GeyserMC/Floodgate/issues/37
|
# Releated Floodgate issue: https://github.com/GeyserMC/Floodgate/issues/37
|
||||||
# !!! DO NOT REMOVE THE APOSTROPHE !!!
|
# !!! 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'
|
allowFloodgateNameConflict: 'false'
|
||||||
|
|
||||||
# This enables auto registering every player connecting through Floodgate.
|
# This enables auto registering every player connecting through Floodgate.
|
||||||
# autoLoginFloodgate must be 'true' for this to work
|
# 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
|
autoRegisterFloodgate: false
|
||||||
|
|
||||||
# Database configuration
|
# Database configuration
|
||||||
|
Reference in New Issue
Block a user