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

7 lines
254 B
Mcfunction
Raw Normal View History

2020-11-27 00:27:49 +08:00
#删除进程残留
schedule clear fz:config/main
schedule clear fz:config/timeout
data remove storage fz.config is_open
scoreboard players enable @a config
#测试用的输出
2020-12-05 07:27:57 +08:00
tellraw @a {"text": "[信息]设置功能已启用","color": "#5fff00"}