Skip to content

Commit 866f9c9

Browse files
authored
Added hide-online-players server property (#3026)
1 parent 4da0e93 commit 866f9c9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/configuration/server-properties.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -495,4 +495,4 @@ When using `docker run` from a bash shell, the entries must be quoted with the `
495495
| SIMULATION_DISTANCE | simulation-distance |
496496
| SYNC_CHUNK_WRITES | sync-chunk-writes |
497497
| USE_NATIVE_TRANSPORT | use-native-transport |
498-
498+
| HIDE_ONLINE_PLAYERS | hide-online-players

files/property-definitions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,6 @@
5454
"previews-chat": {"env": "PREVIEWS_CHAT"},
5555
"enforce-secure-profile": {"env": "ENFORCE_SECURE_PROFILE"},
5656
"initial-enabled-packs": {"env": "INITIAL_ENABLED_PACKS"},
57-
"initial-disabled-packs": {"env": "INITIAL_DISABLED_PACKS"}
57+
"initial-disabled-packs": {"env": "INITIAL_DISABLED_PACKS"},
58+
"hide-online-players": {"env": "HIDE_ONLINE_PLAYERS"}
5859
}

0 commit comments

Comments
 (0)