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