diff --git a/core/src/main/java/org/geysermc/geyser/configuration/GeyserConfig.java b/core/src/main/java/org/geysermc/geyser/configuration/GeyserConfig.java index f3a98db10..10e629581 100644 --- a/core/src/main/java/org/geysermc/geyser/configuration/GeyserConfig.java +++ b/core/src/main/java/org/geysermc/geyser/configuration/GeyserConfig.java @@ -160,7 +160,8 @@ public interface GeyserConfig { @SuppressWarnings("BooleanMethodIsAlwaysInverted") @Comment(""" Allows Xbox achievements to be unlocked. - THIS DISABLES ALL COMMANDS FROM SUCCESSFULLY RUNNING FOR BEDROCK IN-GAME, as otherwise Bedrock thinks you are cheating.""") + If a player types in an unknown command, they will receive a message that states cheats are disabled. + Otherwise, commands work as expected.""") boolean xboxAchievementsEnabled(); @Comment("Whether player IP addresses will be logged by the server.")