From 1e5236ecc1627f5ac0cf5f753f3cd8ee4fe028f2 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sat, 17 Jun 2023 21:30:02 -0400 Subject: [PATCH] Add option to default server.properties --- instance/server.properties | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/instance/server.properties b/instance/server.properties index 5c3b0ab..da7d373 100644 --- a/instance/server.properties +++ b/instance/server.properties @@ -4,6 +4,7 @@ view-distance=10 level-seed= gamemode=survival +# allow nochatreports enforce-secure-profile=false motd=owo what's this server-ip= @@ -15,9 +16,13 @@ rcon.port=25575 difficulty=hard hardcore=false online-mode=true +# update whitelist removals immediately enforce-whitelist=true +# use whitelist white-list=true pvp=true +# this causes major lag when saving +sync-chunk-writes=false ### other options # broadcast-rcon-to-ops=true