Added hide-online-players server property (#3026)

This commit is contained in:
EmilyxFox
2024-08-02 13:44:50 +01:00
committed by GitHub
parent 4da0e93c0f
commit 866f9c9d45
2 changed files with 3 additions and 2 deletions

View File

@@ -495,4 +495,4 @@ When using `docker run` from a bash shell, the entries must be quoted with the `
| SIMULATION_DISTANCE | simulation-distance |
| SYNC_CHUNK_WRITES | sync-chunk-writes |
| USE_NATIVE_TRANSPORT | use-native-transport |
| HIDE_ONLINE_PLAYERS | hide-online-players

View File

@@ -54,5 +54,6 @@
"previews-chat": {"env": "PREVIEWS_CHAT"},
"enforce-secure-profile": {"env": "ENFORCE_SECURE_PROFILE"},
"initial-enabled-packs": {"env": "INITIAL_ENABLED_PACKS"},
"initial-disabled-packs": {"env": "INITIAL_DISABLED_PACKS"}
"initial-disabled-packs": {"env": "INITIAL_DISABLED_PACKS"},
"hide-online-players": {"env": "HIDE_ONLINE_PLAYERS"}
}