Since some months ago i have been having this issue. It started in one world in 1.20 update. Rapidly, it started appearing on all other worlds i had created. I tried with another updates (1.18, 1.19, 1.21) and it kept going on. I tried unistalling and re-installing the game several times, and it keeps persisting.
Thing is, suddenly some command blocks started to fail on working. First tries to clear the bug i (don't know how) got them to work, but in the end some fail to give any update on the Previous Output box. The command works, but i can't get any info in the Previous Update box.
This bug only happens with some commands, primarily with all those "execute if/unless ... run ..". I certified commands were correctly written, cause they do work and resolve the syntax, but i don't have any update in the box. If I simplify the command to "execute if/unless ..." the block does give update (i.e., "[21:24:50] Test passed, count: 1")
Two examples:
Command block 1:/execute if entity @p[distance=..3] run summon minecraft:slime ~ ~1 ~10
Command works but i dont get any update in Previous Output.
Command block 2:/execute if entity @p[distance=..5] then modified to /execute if entity @p[distance=5..]
Command works AND i get updated Previous Output
As I said, i tried everything i know (changing Update Version, unistall-reinstall, tried different commands to figure it out, created new worlds...) and it keeps appearing the same bug with almost every command (specially "execute" ones with complex syntax).
The command block is giving an output. When you walk away from the command block, it runs and "fails," meaning no slime is summoned, so the output is blank or nothing. If you opened the command block while you were within 3 blocks, you would see that the previous output is "Summoned new slime."
When you run the simplified command, there is always a non-blank output because the test either Failed or Passed, the test IS the command you are trying to run. The full command, however, tries to run the summon command IF the test passes, but the command you are trying to run isn't the test itself. So if there is no slime summoned, you get a blank output.
Hello pals!
Since some months ago i have been having this issue. It started in one world in 1.20 update. Rapidly, it started appearing on all other worlds i had created. I tried with another updates (1.18, 1.19, 1.21) and it kept going on. I tried unistalling and re-installing the game several times, and it keeps persisting.
Thing is, suddenly some command blocks started to fail on working. First tries to clear the bug i (don't know how) got them to work, but in the end some fail to give any update on the Previous Output box. The command works, but i can't get any info in the Previous Update box.
This bug only happens with some commands, primarily with all those "execute if/unless ... run ..". I certified commands were correctly written, cause they do work and resolve the syntax, but i don't have any update in the box. If I simplify the command to "execute if/unless ..." the block does give update (i.e., "[21:24:50] Test passed, count: 1")
Two examples:
Command block 1:/execute if entity @p[distance=..3] run summon minecraft:slime ~ ~1 ~10
Command works but i dont get any update in Previous Output.
Command block 2:/execute if entity @p[distance=..5] then modified to /execute if entity @p[distance=5..]
Command works AND i get updated Previous Output
As I said, i tried everything i know (changing Update Version, unistall-reinstall, tried different commands to figure it out, created new worlds...) and it keeps appearing the same bug with almost every command (specially "execute" ones with complex syntax).
What can I do?
Thanks everyone.
Hello? Anyone could help? Would be appreciated.
Hello,
The command block is giving an output. When you walk away from the command block, it runs and "fails," meaning no slime is summoned, so the output is blank or nothing. If you opened the command block while you were within 3 blocks, you would see that the previous output is "Summoned new slime."
When you run the simplified command, there is always a non-blank output because the test either Failed or Passed, the test IS the command you are trying to run. The full command, however, tries to run the summon command IF the test passes, but the command you are trying to run isn't the test itself. So if there is no slime summoned, you get a blank output.
Hope this helps!
-TechnoBro03