mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
Set spawn protection to 0 in minecraft.nix
Some checks failed
Build Nix modules (dry-run) / build-modules (push) Failing after 3m3s
Some checks failed
Build Nix modules (dry-run) / build-modules (push) Failing after 3m3s
This commit is contained in:
parent
d6859f0843
commit
2ebe9862c5
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ in {
|
||||||
max-players = 128;
|
max-players = 128;
|
||||||
online-mode = true;
|
online-mode = true;
|
||||||
white-list = false;
|
white-list = false;
|
||||||
spawn-protection = 4;
|
spawn-protection = 0;
|
||||||
view-distance = 16;
|
view-distance = 16;
|
||||||
simulation-distance = 10;
|
simulation-distance = 10;
|
||||||
enable-command-block = false;
|
enable-command-block = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue