fz-survival-datapack/data/fz/functions/module/last_nether_portal/uninstall.mcfunction
2022-07-19 20:53:53 +08:00

11 lines
615 B
Mcfunction

scoreboard objectives remove fz.module.last_nether_portal.dimension
scoreboard objectives remove fz.module.last_nether_portal.x
scoreboard objectives remove fz.module.last_nether_portal.y
scoreboard objectives remove fz.module.last_nether_portal.z
data remove storage fz:last_nether_portal fz
## 标记为已安装
data modify storage fz:installed fz.module.last_nether_portal set value 0b
## 日志
execute if score fz.logger.level fz.variable.integer matches ..500 run tellraw @a [{"nbt": "fz.level.info", "interpret": true, "storage": "fz:logger"}, {"text": "已卸载组件:上次穿出的下界传送门"}]