Files
fz-survival-datapack/data/fz/functions/config/install.mcfunction
T
延皓 b2843145af 2.1.0
2021-07-03 06:21:34 +08:00

9 lines
293 B
MCFunction

#安装设置功能
#初始化触发器记分板
scoreboard objectives add config trigger
#存入已安装信息
data merge storage fz.installed {config: 1b}
#提示已安装
tellraw @a {"text": "[信息]设置功能已安装","color": "#5fff00"}
#开始运行
function fz:config/start