When I try to set block a sign with Brackets the brackets just disappear on the sign. Here is the command: ob> lol
[13:05:03] [Client thread/INFO]: [CHAT] Command set: /setblock ~ ~1 ~ standing_sign 8 replace {Text1:[+train],Text2:"eject",Text3:"0/1/0",Text4:"90/0"}[13:05:03] [Client thread/INFO]: [CHAT] Command set: /setblock ~ ~1 ~ standing_sign 8 replace {Text1:[+train],Text2:"eject",Text3:"0/1/0",Text4:"90/0"}Linked issues
Comments 2
Text lines on signs are parsing JSON in 1.8, so to get the brackets in this case, the syntax is:
/setblock ~ ~1 ~ standing_sign 8 replace {Text1:"{text:\"[+train]\"}",Text2:"eject",Text3:"0/1/0",Text4:"90/0"}/setblock ~ ~1 ~ standing_sign 8 replace {Text1:"{text:\"[+train]\"}",Text2:"eject",Text3:"0/1/0",Text4:"90/0"}
Confirmed.
Even when adding the missing quotes:
the brackets are not rendered.