Chain Command Block not working 1.14.3

I wrote a command: /clear @p minecraft:book command set to 'Impulse', 'Unconditional', and 'Need Redstone', then a chain command block : /tellraw @a "Köszöm", set to 'Chain', 'Conditional', and 'Need Redstone'.
The first command block runs:

First command

But the second chain command block does not run the command:

Second command

What's the problem here?

2

1 Answer

For chain command blocks to work that way, the chain command block needs to be set on always active. Otherwise, the chained command would only execute after the command block behind it and facing it has executed and if it powered with redstone.

Also, like Fabian Röling said, make sure you provide a redstone signal to the impulse command block.

2

You Might Also Like