Files
fz-survival-datapack/data/fzsd/function/module/here/interactor/display.mcfunction
T

4 lines
1.4 KiB
MCFunction

execute if data storage fzsd:install fzsd.module{last_nether_portal:1b} unless data storage fzsd:perm {here:1} run tellraw @s [{"text": "获取位置:"},[{"text": "[", "color": "dark_gray", "hover_event": {"action": "show_text", "value": "发送给:自己"}, "click_event": {"action": "run_command", "command": "/trigger fzsd.module.interactor.trigger set -2000"}},{"text": "私信", "color": "aqua"},{"text": "] "}], [{"text": "[", "color": "dark_gray", "hover_event": {"action": "show_text", "value": "发送给:所有人"}, "click_event": {"action": "run_command", "command": "/trigger fzsd.module.interactor.trigger set -2010"}},{"text": "广播", "color": "aqua"},{"text": "]"}]]
# 仅管理员
execute if data storage fzsd:install fzsd.module{last_nether_portal:1b} if data storage fzsd:perm {here:1} if entity @s[tag=fzsd.admin] run tellraw @s [{"text": "获取位置:"},[{"text": "[", "color": "dark_gray", "hover_event": {"action": "show_text", "value": "发送给:自己"}, "click_event": {"action": "run_command", "command": "/trigger fzsd.module.interactor.trigger set -2000"}},{"text": "私信", "color": "aqua"},{"text": "] "}], [{"text": "[", "color": "dark_gray", "hover_event": {"action": "show_text", "value": "发送给:所有人"}, "click_event": {"action": "run_command", "command": "/trigger fzsd.module.interactor.trigger set -2010"}},{"text": "广播", "color": "aqua"},{"text": "]"}]]