mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-11-24 15:58:59 +01:00
Actually update config
parent
b17657c740
commit
915226c6bd
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
```
|
Loading…
Reference in a new issue