fz-survival-datapack/data/fz/functions/health/install.mcfunction

10 lines
421 B
Mcfunction
Raw Normal View History

2020-11-27 00:27:49 +08:00
#安装血量显示
#初始化
scoreboard objectives add Health health {"text": "cm","color": "yellow"}
scoreboard objectives modify Health rendertype hearts
scoreboard objectives setdisplay list Health
scoreboard objectives setdisplay belowName Health
#写入已安装的信息
2021-07-04 00:09:23 +08:00
data merge storage fz.installed {health: 1b}
2020-12-05 07:27:57 +08:00
#提示已安装
tellraw @a {"text": "[信息]血量显示已安装","color": "#5fff00"}