if i write two word with the command "tellraw" its return:
Expected EOF at line 1 column 4
command:
/tellraw @a hi Players!
Comments 4
You have to provide a correctly formatted JSON string as second parameter, like
/tellraw @p {text:"Daytime? ",color:"green",extra:[{text:"Click here!",color:"blue",clickEvent:{action:"run_command",value:"/time set day"}},{text:" Nighttime? "},{text:"Click here!",color:"blue",clickEvent:{action:"run_command",value:"/time set night"}},{text:" Have fun!"}]}
Please attach the exact command you did issue.