From 74d291ab851a104a7d2d5af01fd65fc21dd8839e Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Mon, 7 Jun 2021 17:25:43 +1000 Subject: [PATCH] minecraft: enabled command blocks --- profiles/minecraftServer.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/minecraftServer.nix b/profiles/minecraftServer.nix index fa1a986..1cdb452 100644 --- a/profiles/minecraftServer.nix +++ b/profiles/minecraftServer.nix @@ -18,6 +18,7 @@ serverProperties = { motd = "mcwhirter.io"; white-list = true; + enable-command-block = true; enable-rcon = true; "rcon.password" = "hunter2"; };