From bf49e5c0385188793b8c880695fc185529759565 Mon Sep 17 00:00:00 2001 From: Charles Le Maux Date: Fri, 20 Sep 2024 09:59:00 +0200 Subject: [PATCH] [+] Enabled command block globally --- servers/shared/server.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/shared/server.properties b/servers/shared/server.properties index ac91754..96a0385 100644 --- a/servers/shared/server.properties +++ b/servers/shared/server.properties @@ -9,7 +9,7 @@ rcon.port=25575 gamemode=survival server-port=7878 allow-nether=true -enable-command-block=false +enable-command-block=true enable-rcon=false sync-chunk-writes=true enable-query=false