diff --git a/docs/configuration/server-properties.md b/docs/configuration/server-properties.md index b9074159..7db78d90 100644 --- a/docs/configuration/server-properties.md +++ b/docs/configuration/server-properties.md @@ -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 diff --git a/files/property-definitions.json b/files/property-definitions.json index 32498b01..fad4926b 100644 --- a/files/property-definitions.json +++ b/files/property-definitions.json @@ -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"} } \ No newline at end of file