This commit is contained in:
延皓 2022-06-23 15:48:44 +08:00
parent e1b364eb42
commit ff5d951fd1

View File

@ -26,7 +26,7 @@ team remove fz.module.scoreboard.display.kill_count
team remove fz.module.scoreboard.display.trade_count
## 日志
tellraw @a [{"nbt": "level.info", "interpret": true, "storage": "fz:logger"}, {"text": "分板已卸载!"}]
tellraw @a [{"nbt": "level.info", "interpret": true, "storage": "fz:logger"}, {"text": "分板已卸载!"}]
## 询问是否清除数据function
tellraw @s [{"nbt": "level.warn", "interpret": true, "storage": "fz:logger"}, {"text": "您要删除计分板数据吗,它将会永久失去!(真的很久!)"}, {"text": "[确定]","clickEvent": {"action": "run_command", "value": "/function #fz:module/scoreboard/clear_data"}, "hoverEvent": {"action": "show_text", "contents": {"text": "删除计分板,它将会永久失去!(真的很久!)", "color": "red"}}}]