fz-survival-datapack/data/fz/functions/event/player/on_took_damage.mcfunction

14 lines
606 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.

# 调用者advancements/fz:~
## 调试
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": "受到了伤害"}]
## 将事件数据缓存,并重置事件计分板
scoreboard players operation fz.var.score fz.variable.integer = @s fz.event.damage_taken
scoreboard players set @s fz.event.damage_taken 0
## 运行事件
function #fz:event/player/on_took_damage
## 重置事件进度
advancement revoke @s only fz:event/on_took_damage