Just answer everything. If you don't answer the questions properly, the JSON text won't work like how you would expect.
PLEASE READ!!! Please note: for ones that have to be answered true for yes, don't include the quotation marks. They will mess up the format. For the example commands, please be sure to paste the command into a command block. To get one, do /give @p command_block. Long commands can only be put in to a command block (Max characters in A CMD block is 32,767 characters, in player chat 100 characters) This only works for the commands /title and /tellraw. Try this: (Do this in a command block) tellraw @p {text:"It works! Yes! OMG Most epic thing ever!",color:gold,bold:true,obfuscated:false,strikethrough:false,italic:true} Signs: (Text1 is line 1, Text2 is line 2, etc.) Note: X stands for 1 or 2 or 3 or 4. /give @p sign 1 0 {BlockEntityTag:{TextX:"{RawJSON}"}} Ex. /give @p sign 1 0 {BlockEntityTag:{Text1:"{text:\"Right Click!\",color:gold,clickEvent:{action:run_command,value:'/tp @p ~ ~500 ~'}}"}} clickEvent how to: Ex. /tellraw @a {text:"clickEvent Test",clickEvent:{action:run_command,value:'/give @p diamond 64 0'}} Use \n to make another line! /title and /tellraw tip: Use \u#### (#### means a unicode character number) to type up a character you want! Do \u00A7 for the section sign, or § (if you are in EU you may call it the paragraph sign, which in the US is ¶). § WILL APPEAR AS r IF YOU PUT \u00A7 ALONE! DO NOT do \u00A7 alone, as if you put bold, color, etc. it will mess up your format. Using a letter or a number after § will be a formatting or color code. Ex. \u00A7aGreen\u00A7r\u00A7b\u00A7lBold will say Green in green and Bold in blue and bold.