9 lines
815 B
Mcfunction
9 lines
815 B
Mcfunction
data modify storage fz:global fz.cache.dimension.id set from entity @s LastDeathLocation.dimension
|
|
data modify storage fz:global fz.cache.dimension.name set from entity @s LastDeathLocation.dimension
|
|
## fz.cache.pos已在install中初始化
|
|
execute store result storage fz:last_death fz.cache.pos[0] int 1 run data get entity @s LastDeathLocation.pos[0]
|
|
execute store result storage fz:last_death fz.cache.pos[1] int 1 run data get entity @s LastDeathLocation.pos[1]
|
|
execute store result storage fz:last_death fz.cache.pos[2] int 1 run data get entity @s LastDeathLocation.pos[2]
|
|
|
|
## 调试
|
|
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": "获取了死亡点"}] |