Skip to content

Commit dc8dd13

Browse files
committed
Expand possible values in config.yml
1 parent 165e5fe commit dc8dd13

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

core/src/main/resources/config.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,11 @@ autoLogin: true
194194
# !!!!!!!! WARNING: FLOODGATE SUPPORT IS AN EXPERIMENTAL FEATURE !!!!!!!!
195195
# Enabling any of these settings might lead to people gaining unauthorized access to other's accounts!
196196

197-
# This enables auto login for every player connecting through Floodgate.
198-
# Possible values: false, true, linked
199-
# Linked means that only Bedrock accounts linked to a Java account will be logged in automatically
197+
# Automatically log in players connecting through Floodgate.
198+
# Possible values:
199+
# false: Disables auto login for every player connecting through Floodgate
200+
# true: Enables auto login for every player connecting through Floodgate
201+
# linked: Only Bedrock accounts that are linked to a Java account will be logged in automatically
200202
# !!!!!!!! WARNING: FLOODGATE SUPPORT IS AN EXPERIMENTAL FEATURE !!!!!!!!
201203
# Enabling this might lead to people gaining unauthorized access to other's accounts!
202204
autoLoginFloodgate: false
@@ -225,8 +227,11 @@ autoLoginFloodgate: false
225227
# Enabling this might lead to people gaining unauthorized access to other's accounts!
226228
allowFloodgateNameConflict: false
227229

228-
# This enables auto registering every player connecting through Floodgate.
230+
# Automatically register players connecting through Floodgate.
229231
# autoLoginFloodgate must be 'true' for this to work
232+
# Possible values:
233+
# false: Disables auto registering for every player connecting through Floodgate
234+
# true: Enables auto registering for every player connecting through Floodgate
230235
# !!!!!!!! WARNING: FLOODGATE SUPPORT IS AN EXPERIMENTAL FEATURE !!!!!!!!
231236
# Enabling this might lead to people gaining unauthorized access to other's accounts!
232237
autoRegisterFloodgate: false

0 commit comments

Comments
 (0)