Je veux bloquer un bloc de commande pour bloquer un bloc de commande avec une commande à l'intérieur.
Par exemple :
/setblock ~ ~ ~ command_block{Command:"say hi"}
fonctionne, mais :
/setblock ~ ~ ~ command_block{Command:"setblock ~ ~1 ~ command_block{Command:"say hi"}"}
ne fonctionne pas (il est dit qu'il manque une parenthèse). Est-il possible de le faire fonctionner ?