1
0
Fork 0

minecraft: enable command blocks on ctm map

Change-Id: Ie6b6c58d7e920a62908d8d8f0c0291bbf5c666f4
master
q3k 2021-07-21 17:21:55 +00:00
parent ff79daaf44
commit 3e5f4382df
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ local defaultWorldguardConfig = import "worldguard.libsonnet";
//"enforce-whitelist": true,
"enable-rcon": "true",
"rcon.password": "dupa.8",
"enable-command-block": true,
},
startSteps+: [
|||