Skip to content

Commit cad2bc1

Browse files
authored
Add server properties from 25w35a (#3634)
1 parent c29430f commit cad2bc1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/configuration/server-properties.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,9 @@ When using `docker run` from a bash shell, the entries must be quoted with the `
414414
| HARDCORE | [hardcore](https://minecraft.wiki/w/Server.properties#hardcore) |
415415
| HIDE_ONLINE_PLAYERS | [hide-online-players](https://minecraft.wiki/w/Server.properties#hide-online-players) |
416416
| LOG_IPS | [log-ips](https://minecraft.wiki/w/Server.properties#log-ips) |
417+
| MANAGEMENT_SERVER_ENABLED | [management-server-enabled](https://minecraft.wiki/w/Server.properties#management-server-enabled) |
418+
| MANAGEMENT_SERVER_HOST | [management-server-host](https://minecraft.wiki/w/Server.properties#management-server-host) |
419+
| MANAGEMENT_SERVER_PORT | [management-server-port](https://minecraft.wiki/w/Server.properties#management-server-port) |
417420
| MAX_CHAINED_NEIGHBOR_UPDATES | [max-chained-neighbor-updates](https://minecraft.wiki/w/Server.properties#max-chained-neighbor-updates) |
418421
| MAX_PLAYERS | [max-players](https://minecraft.wiki/w/Server.properties#max-players) |
419422
| MAX_TICK_TIME | [max-tick-time](https://minecraft.wiki/w/Server.properties#max-tick-time) |
@@ -433,6 +436,7 @@ When using `docker run` from a bash shell, the entries must be quoted with the `
433436
| SIMULATION_DISTANCE | [simulation-distance](https://minecraft.wiki/w/Server.properties#simulation-distance) |
434437
| SPAWN_MONSTERS | [spawn-monsters](https://minecraft.wiki/w/Server.properties#spawn-monsters) |
435438
| SPAWN_PROTECTION | [spawn-protection](https://minecraft.wiki/w/Server.properties#spawn-protection) |
439+
| STATUS_HEARTBEAT_INTERVAL | [status-heartbeat-interval](https://minecraft.wiki/w/Server.properties#status-heartbeat-interval) |
436440
| SYNC_CHUNK_WRITES | [sync-chunk-writes](https://minecraft.wiki/w/Server.properties#sync-chunk-writes) |
437441
| USE_NATIVE_TRANSPORT | [use-native-transport](https://minecraft.wiki/w/Server.properties#use-native-transport) |
438442
| VIEW_DISTANCE | [view-distance](https://minecraft.wiki/w/Server.properties#view-distance) |

files/property-definitions.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
"level-seed": {"env": "SEED"},
2929
"level-type": {"env": "LEVEL_TYPE"},
3030
"log-ips": {"env": "LOG_IPS"},
31+
"management-server-enabled": {"env": "MANAGEMENT_SERVER_ENABLED"},
32+
"management-server-host": {"env": "MANAGEMENT_SERVER_HOST"},
33+
"management-server-port": {"env": "MANAGEMENT_SERVER_PORT"},
3134
"max-build-height": {"env": "MAX_BUILD_HEIGHT"},
3235
"max-chained-neighbor-updates": {"env": "MAX_CHAINED_NEIGHBOR_UPDATES"},
3336
"max-players": {"env": "MAX_PLAYERS"},
@@ -61,6 +64,7 @@
6164
"spawn-monsters": {"env": "SPAWN_MONSTERS"},
6265
"spawn-npcs": {"env": "SPAWN_NPCS"},
6366
"spawn-protection": {"env": "SPAWN_PROTECTION"},
67+
"status-heartbeat-interval": {"env": "STATUS_HEARTBEAT_INTERVAL"},
6468
"sync-chunk-writes": {"env": "SYNC_CHUNK_WRITES"},
6569
"use-native-transport": {"env": "USE_NATIVE_TRANSPORT"},
6670
"view-distance": {"env": "VIEW_DISTANCE"},

0 commit comments

Comments
 (0)