本帖最后由 sylqiuyifeng 于 2015-3-13 16:40 编辑

好的答应大家的,也不说太多废话了这一章讲述了tellraw的基本格式和文字样式代码(ps 字幕有点快,自己看着办吧XD)

http://v.youku.com/v_show/id_XNjQ3OTczMjcy.html


颜色 代码
黑色 black
深蓝色 dark_blue
深绿色 dark_green
湖蓝色 dark_aqua
深红色 dark_red
紫色 dark_purple
金色 gold
灰色 gray
深灰色 dark_gray
靛蓝色 blue
鲜绿色 green
水蓝色 aqua
红色 red
粉色 light_purple
黄色 yellow
白色 white

本期使用命令:
1 /tellraw @p {text:"Minecraft"}
2 /tellraw @p {text:"你好",color:red}
3 /tellraw @p {text:"你好",bold:true}
4 /tellraw @p {text:"你好",underlined:true}
5 /tellraw @p {text:"你好",italic:true}
6 /tellraw @p {text:"你好",strikethrough:true}
7 /tellraw @p {text:"TEST",obfuscated:true}
8 /tellraw @p {text:"你好",color:blue,bold:true}
9 /tellraw @a {text:"你好",color:yellow,bold:true,underlined:true,italic:true,strikethrough:true}
[groupid=546]Command Block Logic[/groupid]