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"; };