Support literal newlines in motd from docker env files (#4087)

This commit is contained in:
Geoff Bourne
2026-05-31 09:44:51 -05:00
committed by GitHub
parent cbd56fd012
commit a4719f2ba6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"},