Skip to content

Commit

Permalink
add updated server properties missed in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tadhunt committed Nov 5, 2022
1 parent d3b0aba commit 2c2285b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/resources/server.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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"}]}
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

0 comments on commit 2c2285b

Please sign in to comment.