-
Bug
-
Resolution: Incomplete
-
None
-
21w14a
-
None
-
Unconfirmed
-
(Unassigned)
I am trying to get a command block to simply place a redstone block if a score is above a certain amount. I have tried many different commands:
setblock, execute as, execute if, execute at
I can do a /setblock 0 55 0 minecraft:redstone_block in chat and it works but if i put the identical command in the command block, nothing at all happens. There is not output in the chat or command block as if the command is just not being executed.