From 866f9c9d45e27cbc11c78cf36ffff4f3702d199e Mon Sep 17 00:00:00 2001 From: EmilyxFox <48589793+EmilyxFox@users.noreply.github.com> Date: Fri, 2 Aug 2024 13:44:50 +0100 Subject: [PATCH] Added hide-online-players server property (#3026) --- docs/configuration/server-properties.md | 2 +- files/property-definitions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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