feat: code

This commit is contained in:
2025-12-29 18:03:34 +08:00
parent a63c841076
commit d4ec8ab5ee
5 changed files with 18 additions and 16 deletions

View File

@@ -18,10 +18,13 @@ command.bind.server.retry=<yellow>验证未通过10 秒后重试 (<current>/<
## 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 = "绑定请求已取消。"
info.bind.player.pending = <green>绑定申请已发送,请登录 Mineroo 网站进行后续操作。</green>
info.bind.player.success = <green>绑定成功!</green>
info.bind.player.canceled = <red>绑定请求已取消。</red>
# Reload Command
command.reload.success=<green>配置文件重载成功!耗时 <time>ms</green>
command.reload.failed=<red>配置文件重载失败,请查看控制台日志。</red>
# Error info
error.internal =<red>内部服务器错误,请稍后再试。</red>