Cant set block a sign with brackets on it
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"}
Linked Issues
Created Issue:
Cant set block a sign with brackets on it
When I try to set block a sign with Brackets the brackets just disappear on the sign. Here is the command: ob> lol
{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
Changed Description:
When I try to set block a sign with Brackets the brackets just disappear on the sign. Here is the command: ob> lol
{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 replaceWhen 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"}
Added Linked Issues:
relates to
Added Assignee:
[Mojang] Searge (Michael Stoyke)
Confirmed.
Even when adding the missing quotes:
/setblock ~ ~1 ~ standing_sign 8 replace {Text1:"[+train]",Text2:"eject",Text3:"0/1/0",Text4:"90/0"}the brackets are not rendered.
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"}