Pass through cache-chunks to the config and disable passwords by default

This commit is contained in:
rtm516 2021-01-11 21:36:33 +00:00
commit 3b94006504
No known key found for this signature in database
GPG key ID: 331715B8B007C67A
4 changed files with 10 additions and 3 deletions

View file

@ -25,8 +25,11 @@ geyser:
# The port that will listen for connections
port: 19133
# Configures if chunk caching should be enabled or not.
cache-chunks: true
# If password authentication should be allowed in online mode.
allow-password-authentication: true
allow-password-authentication: false
# If debug messages should be sent through console, has to be enabled in both places to work
debug-mode: false

View file

@ -101,7 +101,7 @@ show-cooldown: true
# up a lot of RAM. However, when using the Spigot version of Geyser, support for features
# or implementations this allows is automatically enabled without the additional caching as
# Geyser has direct access to the server itself.
cache-chunks: false
cache-chunks: CACHECHUNKS
# Specify how many days images will be cached to disk to save downloading them from the internet.
# A value of 0 is disabled. (Default: 0)