本帖最后由 cyqsimon 于 2014-5-12 19:08 编辑





@SeargeDP
I made something: /title <player> title|subtitle <raw json title> OR  /title <player> times <fadeIn> <stay> <fadeOut>
我做了一个东西: /title <玩家名> 标题|副标题 <json代码> 或者 /title <玩家名> 时间 <淡入> <保持> <淡出>





在图片下面看到有不少命令方块,看起来需要大量的命令方块运行~!
由于是代码指令,所以有些词语无法翻译。



NEW!!!  有关此新功能的详细用法

- 设置淡入时间,为标题加上停留在屏幕和淡出的时间
/title @a times 10 10 10

- 新增副标题(可选)
/title @a subtitle {text:"a new ",extra:[{text:"day",color:red},{text:" begins"}]}

- 设置标题,这个代码也会开始显示标题(+副标题)
/title @a title {text:"Chapter",color:green,extra:[{text:" I",color:yellow}]}

- 立即清除标题
/title @a clear

- 重设所有标题参数为默认值(包括淡入淡出时间)
/title @a reset

原文