Actually update config

Camotoy 2020-05-21 11:21:21 -04:00
parent b17657c740
commit 915226c6bd

@ -86,6 +86,10 @@ floodgate-key-file: public-key.pem
# email: herpderp@derpherp.com # email: herpderp@derpherp.com
# password: dooooo # 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 # Relay the MOTD, player count and max players from the remote server
ping-passthrough: false ping-passthrough: false
@ -123,4 +127,7 @@ metrics:
enabled: true enabled: true
# UUID of server, don't change! # UUID of server, don't change!
uuid: generateduuid uuid: generateduuid
# DO NOT TOUCH!
config-version: 1
``` ```