diff --git a/Understanding-the-Config.md b/Understanding-the-Config.md index 1c4b118..24af434 100644 --- a/Understanding-the-Config.md +++ b/Understanding-the-Config.md @@ -86,6 +86,10 @@ floodgate-key-file: public-key.pem # email: herpderp@derpherp.com # password: dooooo +# 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 + # Relay the MOTD, player count and max players from the remote server ping-passthrough: false @@ -123,4 +127,7 @@ metrics: enabled: true # UUID of server, don't change! uuid: generateduuid + +# DO NOT TOUCH! +config-version: 1 ``` \ No newline at end of file