From 2c2285b54c89a701a33a656e1b07675defb49079 Mon Sep 17 00:00:00 2001 From: Tad Hunt Date: Sat, 5 Nov 2022 14:40:37 -0600 Subject: [PATCH] add updated server properties missed in last commit --- src/main/resources/server.properties | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/server.properties b/src/main/resources/server.properties index 112e235..367a1e1 100644 --- a/src/main/resources/server.properties +++ b/src/main/resources/server.properties @@ -79,4 +79,8 @@ resource-pack-sha1= required-resource-pack=false #JSON formatted text to show when prompting the player to install the resource pack (May be left blank) -resource-pack-prompt={"text":"","extra":[{"text":"Install server resource pack!","color":"yellow"}]} \ No newline at end of file +resource-pack-prompt={"text":"","extra":[{"text":"Install server resource pack!","color":"yellow"}]} + +#Whether to enforce the player allowlist. If true, loads and enforces the allowlist from 'allowlist.json' +#in the same format as vanilla minecraft servers +enforce-allowlist=false \ No newline at end of file