Set spawn protection to 0 in minecraft.nix
Some checks failed
Build Nix modules (dry-run) / build-modules (push) Failing after 3m3s

This commit is contained in:
Root User 2026-03-23 18:42:59 +01:00
parent d6859f0843
commit 2ebe9862c5
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -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;