From d62afadb5d174fdb1b66fb940e7b20cba9d93974 Mon Sep 17 00:00:00 2001 From: Eirik H Date: Tue, 18 Aug 2026 22:03:14 +0200 Subject: [PATCH] Add missing HARDCORE environment variable to variables docs (#4239) --- docs/variables.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/variables.md b/docs/variables.md index b32f83b6..57dc83b6 100644 --- a/docs/variables.md +++ b/docs/variables.md @@ -204,6 +204,12 @@ alternatively, you can mount: /etc/localtime:/etc/localtime:ro easy ⬜️ + + HARDCORE + Enable hardcore mode. Set to true or false. This maps to the Minecraft server property hardcore. + false + ⬜️ + ICON The url or file path for the icon image to use for the server. It will be downloaded, scaled, and converted to the proper format. @@ -611,7 +617,7 @@ This image maps known server properties as described in [this section](configura CF_FILENAME_MATCHER - Specify either a substring or a regex pattern surrounded with "/" to match the desired filename + Specify either a substring or a regex pattern surrounded with "/" to match the desired filename ⬜️