-
Bug
-
Resolution: Invalid
-
None
-
1.16.4
-
None
-
Unconfirmed
-
Creative
-
(Unassigned)
A small one. I don't know if I should put this in bugs or suggestions, but I couldn't find suggestions so here.
When you're setblocking or whatever a command block or command block minecart, it has an nbt tag that's like this: {Command:"<command>"}. but it ends with ("), and a lot of things use quotation marks, like names (display:
{Name:*"\"*<name>*\""*})**. So you can't use anything with quotation marks in it (I know you can also use apostrophes, but those are also used in stuff like signs and books). So what I'd recommend is ("\') at the start, and (\'") at the end so you can keep important things in commands. This is kind of a bug because you're supposed to be able to do any command in a command block.