From 724c1a17e0b8cddbeb4b4aba2023646787b2cbb3 Mon Sep 17 00:00:00 2001 From: EmilyxFox <48589793+EmilyxFox@users.noreply.github.com.> Date: Fri, 16 Aug 2024 09:53:03 +0200 Subject: [PATCH] add new server property in 24w33a --- 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 1ba18c34366..7a324c975f9 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 ba19693f341..8d0d33ffcf0 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"},