The bug
Command blocks trim spaces when checking syntax, but do not when running commands (which is hopefully intended). This leads to situations where no syntax error is shown, but the command will not be executed.
Reproduction steps
Paste the following in a command block (include the trailing spaces)
setblock ~ ~1 ~ stone replace
❌ No syntax error is shown
Activate the command block
✔ It fails due to the trailing spaces
Linked issues
relates to 2
Comments 0
No comments.