From 2ebe9862c5118398817c8b0a89fe145199bc7dde Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Mon, 23 Mar 2026 18:42:59 +0100 Subject: [PATCH] Set spawn protection to 0 in minecraft.nix --- nix-system-configs/modules/system/minecraft.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;