-
Bug
-
Resolution: Fixed
-
19w44a, 19w45b
-
Confirmed
-
Commands
-
Normal
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