diff --git a/nix-system-configs/modules/system/minecraft.nix b/nix-system-configs/modules/system/minecraft.nix index f4eb32d..e03f7c5 100644 --- a/nix-system-configs/modules/system/minecraft.nix +++ b/nix-system-configs/modules/system/minecraft.nix @@ -104,7 +104,7 @@ in { max-players = 128; online-mode = true; white-list = false; - spawn-protection = 4; + spawn-protection = 0; view-distance = 16; simulation-distance = 10; enable-command-block = false;