feat: code

This commit is contained in:
2025-12-27 11:39:20 +08:00
parent 78cff5697e
commit 486f1dc150
5 changed files with 160 additions and 74 deletions

View File

@@ -15,6 +15,13 @@ command.bind.server.success=<green>绑定成功!<green>
command.bind.server.failed=<red>绑定失败。</red>
command.bind.server.retry=<yellow>验证未通过10 秒后重试 (<current>/<max>) ...</yellow>
## Player Bind [Both for screen and command]
info.bind.player.already-bound=<yellow>当前用户已绑定</yellow>
info.bind.player.dialog-undefined=<red>Dialog 加载失败,请联系管理员</red>
info.bind.player.pending = "<green>绑定申请已发送,请登录 Mineroo 网站进行后续操作。</green>"
info.bind.player.success = "<green>绑定成功!</green>"
info.bind.player.canceled = "绑定请求已取消。"
# Reload Command
command.reload.success=<green>配置文件重载成功!耗时 <time>ms</green>
command.reload.failed=<red>配置文件重载失败,请查看控制台日志。</red>