From 0d5413d402fcd80dbfb793d94009c5d90702a6a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Tombor?= <28480228+Smart123s@users.noreply.github.com> Date: Sat, 22 May 2021 21:17:11 +0200 Subject: [PATCH] Warn in config: linked players conflict their Java name --- core/src/main/resources/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/main/resources/config.yml b/core/src/main/resources/config.yml index ca949d2f..ecb1c44a 100644 --- a/core/src/main/resources/config.yml +++ b/core/src/main/resources/config.yml @@ -217,6 +217,8 @@ autoLoginFloodgate: false # Possible values: # false: Check for Premium Java name conflicts as described in 'autoRegister' # 'autoRegister' must be 'true' for this to work +# Note: Linked players have the same name as their Java profile, so the Bedrock player will always conflict +# their own Java account's name. Therefore, setting this to false will prevent any linked player from joining. # true: Bypass 'autoRegister's name conflict checking # linked: Bedrock accounts linked to a Java account will be allowed to join with conflicting names # !!!!!!!! WARNING: FLOODGATE SUPPORT IS AN EXPERIMENTAL FEATURE !!!!!!!!