Disable command suggestions in Geyser

Closes #6
This commit is contained in:
mathiascode 2021-02-26 08:25:26 +02:00
parent 5b79180fa8
commit f18c574d0d
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ floodgate-key-file: public-key.pem
# Bedrock clients can freeze when opening up the command prompt for the first time if given a lot of commands.
# Disabling this will prevent command suggestions from being sent and solve freezing for Bedrock clients.
command-suggestions: true
command-suggestions: false
# The following three options enable "ping passthrough" - the MOTD, player count and/or protocol name gets retrieved from the Java server.
# Relay the MOTD from the remote server to Bedrock players.