Add option to default server.properties
This commit is contained in:
parent
3c1a832b7b
commit
1e5236ecc1
@ -4,6 +4,7 @@
|
|||||||
view-distance=10
|
view-distance=10
|
||||||
level-seed=
|
level-seed=
|
||||||
gamemode=survival
|
gamemode=survival
|
||||||
|
# allow nochatreports
|
||||||
enforce-secure-profile=false
|
enforce-secure-profile=false
|
||||||
motd=owo what's this
|
motd=owo what's this
|
||||||
server-ip=
|
server-ip=
|
||||||
@ -15,9 +16,13 @@ rcon.port=25575
|
|||||||
difficulty=hard
|
difficulty=hard
|
||||||
hardcore=false
|
hardcore=false
|
||||||
online-mode=true
|
online-mode=true
|
||||||
|
# update whitelist removals immediately
|
||||||
enforce-whitelist=true
|
enforce-whitelist=true
|
||||||
|
# use whitelist
|
||||||
white-list=true
|
white-list=true
|
||||||
pvp=true
|
pvp=true
|
||||||
|
# this causes major lag when saving
|
||||||
|
sync-chunk-writes=false
|
||||||
|
|
||||||
### other options
|
### other options
|
||||||
# broadcast-rcon-to-ops=true
|
# broadcast-rcon-to-ops=true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user