Skip to content

BalancedTeam-1.0.2

Choose a tag to compare

@hahasc26-lang hahasc26-lang released this 20 Aug 07:00
· 3 commits to master since this release

新增 / Added
邀请有效期动态提示:邀请接收消息中加入 {TIMEOUT} 占位符,显示的有效秒数直接读取 config.yml 中的 invite_timeout_seconds,不再硬编码。
Dynamic invite expiry display: The invite-received message now uses a {TIMEOUT} placeholder populated from invite_timeout_seconds in config.yml, replacing the previous hardcoded value.
变更 / Changed
邀请默认超时改为 1 小时:config.yml 中 invite_timeout_seconds 默认值从 60 秒调整为 3600 秒(1 小时);ConfigManager 的代码 fallback 同步更新。管理员可在 config.yml 中自由调整此值。
Invite timeout default changed to 1 hour: invite_timeout_seconds in config.yml updated from 60 to 3600 (1 hour); the Java fallback in ConfigManager was synchronized. Server admins can freely adjust this value in config.yml.