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:
But the second chain command block does not run the command:
What's the problem here?
21 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