Files
fz-survival-datapack/data/fz/functions/module/config/on_config.mcfunction
T
2022-07-03 06:27:45 +08:00

14 lines
635 B
MCFunction
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 调用者:#fz:module/config/on_config
#####
##
execute if score fz.logger.level fz.variable.integer matches ..400 run tellraw @a [{"nbt": "fz.level.debug", "interpret": true, "storage": "fz:logger"}, {"text": "玩家"}, {"selector": "@s"}, {"text": "触发了配置功能"}]
## schedule是为了避免1tick内执行两次
schedule function fz:module/config/loop 0t replace
##
function #fz:module/config/display
##
schedule function #fz:module/config/timeout 300s replace