发布时间:2024-07-11作者:何冠青点击:
`/title`
使用标题指令:
标题指令格式:
/title [目标选择器] [标题类型] [文本/JSON]
标题类型:
title:设置大标题
subtitle:设置副标题
actionbar:设置动作栏(底部显示条)
目标选择器:
@a:所有玩家
@r:随机玩家
@p:最近玩家
[用户名]:指定玩家
文本/JSON:
文本:使用引号将文本括起来。
JSON:使用 JSON 格式编写文本,以自定义颜色、格式等。
示例:
设置玩家
```
/title @p title Hello world
```
设置玩家副
```
/title @p subtitle This is a subtitle
```
设置玩家动作栏:
```
/title @p actionbar You have 100 health
```
自定义标题颜色:
使用 JSON 格式自定义颜色:
```
/title @p title {"text":"Hello world","color":"gold"}
```
自定义标题格式:
使用 JSON 格式自定义格式:
```
/title @p title {"text":"Hello world","bold":true}
```
其他选项:
times:设置标题显示时间(单位:刻)。格式:```[fadeInTime, stayTime, fadeOutTime]```
position:设置标题位置。可选值:```top```、```center```、```bottom```
2023-08-31
2023-10-14
2023-08-05
2023-08-29
2023-09-25
2023-09-23
2023-09-23
2023-09-11
2023-09-23
2023-09-06