29 lines
808 B
Bash
29 lines
808 B
Bash
|
# MCServerDocker configuration file
|
||
|
|
||
|
# ENFORCE_FRESH_CACHES
|
||
|
## Cleans all caches on startup, useful if you experience issues.
|
||
|
MCSD_ENFORCE_FRESH_CACHES=false
|
||
|
|
||
|
# FORCE_UPGRADE
|
||
|
## Updates all chunks to the latest version on startup, if possible. Will slow down startup time (if you switch versions) but will significantly increase server performance during runtime.
|
||
|
MCSD_FORCE_UPGRADE=true
|
||
|
|
||
|
# SAFEMODE
|
||
|
# Disables all datapacks
|
||
|
MCSD_SAFEMODE=false
|
||
|
|
||
|
# AUTO_RESTART
|
||
|
## Restarts the server automatically if it exits
|
||
|
MCSD_AUTO_RESTART=true
|
||
|
|
||
|
# CLEAN_LOGS
|
||
|
# Removes all log files on startup (restarts are not affected)
|
||
|
MCSD_CLEAN_LOGS=true
|
||
|
|
||
|
# JAVA_VERSION
|
||
|
## Minecraft version | Java version
|
||
|
## <= 1.16 | 8
|
||
|
## <= 1.16 | 11 (may increase performance)
|
||
|
## >= 1.17 | 17
|
||
|
MCSD_JAVA_VERSION=17
|