7 lines
352 B
Mcfunction
7 lines
352 B
Mcfunction
|
data remove storage fzsd:last_death fzsd
|
||
|
|
||
|
## 标记为已卸载
|
||
|
data modify storage fzsd:installed fzsd.module.last_death set value 0b
|
||
|
|
||
|
## 日志
|
||
|
execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已卸载组件:上一死亡点"}]
|