10 lines
978 B
Mcfunction
10 lines
978 B
Mcfunction
|
## fzsd.cache.pos已在install中初始化
|
||
|
execute store result storage fzsd:here fzsd.x int 1 run data get entity @s Pos[0]
|
||
|
execute store result storage fzsd:here fzsd.y int 1 run data get entity @s Pos[1]
|
||
|
execute store result storage fzsd:here fzsd.z int 1 run data get entity @s Pos[2]
|
||
|
data modify storage fzsd:here fzsd.message.dimension set from storage fzsd:global fzsd.api.dimension.name
|
||
|
data modify storage fzsd:here fzsd.message.position set value '[{"text": "[", "color": "green"}, {"nbt": "fzsd.x", "storage": "fzsd:here"}, {"text": ", "}, {"nbt": "fzsd.y", "storage": "fzsd:here"}, {"text": ", "}, {"nbt": "fzsd.z", "storage": "fzsd:here"}, {"text": "]"}]'
|
||
|
data modify storage fzsd:here fzsd.message.append set value ''
|
||
|
|
||
|
## 调试
|
||
|
execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "玩家"}, {"selector": "@s"}, {"text": "获取了位置信息"}]
|