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

9 lines
293 B
Mcfunction
Raw Normal View History

2020-11-27 00:27:49 +08:00
#安装设置功能
#初始化触发器记分板
scoreboard objectives add config trigger
#存入已安装信息
2021-07-03 06:21:34 +08:00
data merge storage fz.installed {config: 1b}
2020-12-05 07:27:57 +08:00
#提示已安装
tellraw @a {"text": "[信息]设置功能已安装","color": "#5fff00"}
2020-11-27 00:27:49 +08:00
#开始运行
function fz:config/start