When summoning command block minecarts, if there is a space in the command tag, it will return a data tag parsing error, as it was expecting a }
I was trying to get Mr. Garretto's armor stand model working, and I noticed the error message. I experimented with it for a little bit, and here are my results:
If the
{Command:}tag in command block minecart summon command has a space in it, even as part of a valid command, it won't work.
However, if you remove the space, it works fine.
It works also if it's not a command.
Environment
Windows 10, native runtime, Asus F555L
Linked Issues
Created Issue:
When summoning command block minecarts, if there is a space in the command tag, it will return a data tag parsing error, as it was expecting a }
I was trying to get Mr. Garretto's armor stand model working, and I noticed the error message. I experimented with it for a little bit, and here are my results:
If the
{Command:}tag in command block minecart summon command has a space in it, even as part of a valid command, it won't work.
However, if you remove the space, it works fine.
It works also if it's not a command.
Environment
Windows 10, native runtime, Asus F555L
duplicates








As of 1.12, the NBT parser was updated and any non alpha-numeric characters [a-zA-Z1-9_] have to be put in strings so use
{Command:"some awesome command"}instead of
{Command:some awesome command}Thank you for your report!
However, this issue has been resolved as a Duplicate of
MC-116410.It has been linked to this report. If you have additional information, please add it to that report.
Please search before reporting, as it's likely that one exists already.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki