Update Xbox achievement comment

This commit is contained in:
Camotoy 2024-09-22 16:29:29 -04:00
parent adee6a7929
commit 869f7a8966
No known key found for this signature in database
GPG key ID: 7EEFB66FE798081F

View file

@ -160,7 +160,8 @@ public interface GeyserConfig {
@SuppressWarnings("BooleanMethodIsAlwaysInverted") @SuppressWarnings("BooleanMethodIsAlwaysInverted")
@Comment(""" @Comment("""
Allows Xbox achievements to be unlocked. 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(); boolean xboxAchievementsEnabled();
@Comment("Whether player IP addresses will be logged by the server.") @Comment("Whether player IP addresses will be logged by the server.")