fz-survival-datapack/data/fz/functions/module/last_spawn_point/install.mcfunction

5 lines
304 B
Mcfunction
Raw Normal View History

2022-07-19 20:53:53 +08:00
## 标记为已安装
data modify storage fz:installed fz.module.last_spawn_point set value 1b
## 日志
execute if score fz.logger.level fz.variable.integer matches ..500 run tellraw @a [{"nbt": "fz.level.info", "interpret": true, "storage": "fz:logger"}, {"text": "已安装组件:上一出生点"}]