Skip to content

Commit

Permalink
add new server property in 24w33a (#3043)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyxFox committed Aug 16, 2024
1 parent cea839a commit 235141f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/configuration/server-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| BUG_REPORT_LINK | bug-report-link |
| PAUSE_WHEN_EMPTY_SECONDS | pause-when-empty-seconds |
1 change: 1 addition & 0 deletions files/property-definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 235141f

Please sign in to comment.