From 235141fcf38576f137de97122db6376f64471797 Mon Sep 17 00:00:00 2001 From: EmilyxFox <48589793+EmilyxFox@users.noreply.github.com> Date: Fri, 16 Aug 2024 14:03:03 +0200 Subject: [PATCH] add new server property in 24w33a (#3043) --- docs/configuration/server-properties.md | 3 ++- files/property-definitions.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/configuration/server-properties.md b/docs/configuration/server-properties.md index 1ba18c3436..7a324c975f 100644 --- a/docs/configuration/server-properties.md +++ b/docs/configuration/server-properties.md @@ -501,4 +501,5 @@ When using `docker run` from a bash shell, the entries must be quoted with the ` | MAX_CHAINED_NEIGHBOR_UPDATES | max-chained-neighbor-updates | | LOG_IPS | log-ips | | REGION_FILE_COMPRESSION | region-file-compression | -| BUG_REPORT_LINK | bug-report-link | \ No newline at end of file +| BUG_REPORT_LINK | bug-report-link | +| PAUSE_WHEN_EMPTY_SECONDS | pause-when-empty-seconds | \ No newline at end of file diff --git a/files/property-definitions.json b/files/property-definitions.json index ba19693f34..8d0d33ffcf 100644 --- a/files/property-definitions.json +++ b/files/property-definitions.json @@ -36,6 +36,7 @@ "network-compression-threshold": {"env": "NETWORK_COMPRESSION_THRESHOLD"}, "online-mode": {"env": "ONLINE_MODE"}, "op-permission-level": {"env": "OP_PERMISSION_LEVEL"}, + "pause-when-empty-seconds": {"env": "PAUSE_WHEN_EMPTY_SECONDS"}, "player-idle-timeout": {"env": "PLAYER_IDLE_TIMEOUT"}, "prevent-proxy-connections": {"env": "PREVENT_PROXY_CONNECTIONS"}, "previews-chat": {"env": "PREVIEWS_CHAT"},