From dc8dd13d5b18b3901d5dab3ec4aee34957b673dd Mon Sep 17 00:00:00 2001 From: Smart123s <28480228+Smart123s@users.noreply.github.com> Date: Sat, 22 May 2021 14:09:35 +0200 Subject: [PATCH] Expand possible values in config.yml --- core/src/main/resources/config.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/core/src/main/resources/config.yml b/core/src/main/resources/config.yml index ecb1c44a..768b3e3a 100644 --- a/core/src/main/resources/config.yml +++ b/core/src/main/resources/config.yml @@ -194,9 +194,11 @@ autoLogin: true # !!!!!!!! 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. -# Possible values: false, true, linked -# Linked means that only Bedrock accounts linked to a Java account will be logged in automatically +# Automatically log in players connecting through Floodgate. +# Possible values: +# 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 !!!!!!!! # Enabling this might lead to people gaining unauthorized access to other's accounts! autoLoginFloodgate: false @@ -225,8 +227,11 @@ autoLoginFloodgate: false # Enabling this might lead to people gaining unauthorized access to other's accounts! 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 +# 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 !!!!!!!! # Enabling this might lead to people gaining unauthorized access to other's accounts! autoRegisterFloodgate: false