@@ -205,8 +205,8 @@ autoLogin: true
205205# Enabling this might lead to people gaining unauthorized access to other's accounts!
206206autoLoginFloodgate : false
207207
208- # This enables Floodgate players to join the server, even if autoRegister is true and there's an existing
209- # Java **PREMIUM** account with the same name
208+ # This enables Floodgate or Offline Geyser players to join the server, even if they are using the name of an
209+ # existing Java **PREMIUM** account (so someone has bought Minecraft with that username)
210210#
211211# Java and Bedrock players will get different UUIDs, so their inventories, location, etc. will be different.
212212# However, some plugins (such as AuthMe) rely on names instead of UUIDs to identify a player which might cause issues.
@@ -219,12 +219,13 @@ autoLoginFloodgate: false
219219# A solution to this is to replace ProtocolLib with ProtocolSupport
220220#
221221# Possible values:
222- # false: Check for Premium Java name conflicts as described in 'autoRegister'
223- # Note: Linked players have the same name as their Java profile, so the Bedrock player will always conflict
222+ # false: Kick Bedrock players, if they are using an existing Premium Java account's name
223+ # Note: Linked Floodgate players have the same name as their Java profile, so the Bedrock player will always conflict
224224# their own Java account's name. Therefore, setting this to false will prevent any linked player from joining.
225- # true: Bypass 'autoRegister's name conflict checking
226- # linked: Bedrock accounts linked to a Java account will be allowed to join with conflicting names
227- # !!!!!!!! WARNING: FLOODGATE SUPPORT IS AN EXPERIMENTAL FEATURE !!!!!!!!
225+ # true: Bypass name conflict checking.
226+ # linked: Floodgate accounts linked to a Java account will be allowed to join with conflicting names
227+ # For Offline Geyser players, 'linked' works as 'false'
228+ # !!!!!!!! WARNING: FLOODGATE/GEYSER SUPPORT IS AN EXPERIMENTAL FEATURE !!!!!!!!
228229# Enabling this might lead to people gaining unauthorized access to other's accounts!
229230allowFloodgateNameConflict : false
230231
0 commit comments