前面已经是有一个题目遇到关于指令的文件后缀,但是是讨论指令中的代码问题,你有把握识别出来吗?
利用指令可以向所有玩家发出如下图所示的JSON格式文本,以下哪个指令是正确的?
A./tellraw @a {"text":"Welcome to MC!","color":"red","bold":"true"}
B./tellraw @a {"text":"Welcome to MC!",color:red,bold:true}
C./title @a {"text":"Welcome to MC!","color":"red","bold":"true"}
D./title @a {"text":"Welcome to MC!","color":red,"bold":true}
答案:A