mojira.dev
MC-92843

The sign with the team is not work. The team is displayed just as text.

Hello! I know English bad. I write with the help of google.
The sign with the team is not work. The team is displayed just as text.
Simple sign - work.

All versions snapshots minecraft 1.9

Linked issues

Attachments

Comments 6

kumasasa

Please provide the exact command you're using.

Филашкин
/setblock ~ ~1 ~ minecraft:wall_sign 4 replace {Text2:"{clickEvent:{action:\"run_command\",value:\"say Hello world!\"},text:\"TEST\"}"}

This command works in 1.8.8 if click to sign.

user-f2760

You need to stricktify your json in the sign's Text1/2/3/4 tags, see MC-83460

Филашкин

So?

/blockdata ~ ~1 ~ {Text1:"{text:1,clickEvent:{action:run_command,value:\"say Hello World!\"},bold:true}",Text2:"{text:2,bold:true}",Text3:"{text:3,bold:true}",Text4:"{text:4,bold:true}"}

Still not working

user-f2760

You didn't read MC-83460 at all, did you

Use

/blockdata ~ ~1 ~ {Text1:"{\"text\":\"1\",\"clickEvent\":{\"action\":\"run_command\",\"value\":\"say Hello World!\"},\"bold\":\"true\"}",Text2:"{\"text\":\"2\",\"bold\":\"true\"}",Text3:"{\"text\":\"3\",\"bold\":\"true\"}",Text4:"{\"text\":\"4\",\"bold\":\"true\"}"}
Филашкин

Work! Thank you!)

Филашкин

(Unassigned)

Unconfirmed

Minecraft 15w46a

Retrieved