mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-06-02 16:59:44 +00:00
Support literal newlines in motd from docker env files (#4087)
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
"max-players": {"env": "MAX_PLAYERS"},
|
||||
"max-tick-time": {"env": "MAX_TICK_TIME"},
|
||||
"max-world-size": {"env": "MAX_WORLD_SIZE"},
|
||||
"motd": {"env": "MOTD"},
|
||||
"motd": {"env": "MOTD", "translateLiteralNewlines": true},
|
||||
"network-compression-threshold": {"env": "NETWORK_COMPRESSION_THRESHOLD"},
|
||||
"online-mode": {"env": "ONLINE_MODE"},
|
||||
"op-permission-level": {"env": "OP_PERMISSION_LEVEL"},
|
||||
|
||||
Reference in New Issue
Block a user