mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-14 07:55:57 +01:00
new command join and remove to force join or remove avatars into your current team (#549)
* feat:new command "join" and "remove" to force join or remove avatar in your current team * fix:change MaxAvatarsInTeam from 9 to 4 * feat:update & merge branch.Translate fix
This commit is contained in:
@@ -176,6 +176,10 @@
|
||||
"success": "已治疗所有角色。",
|
||||
"description": "治疗当前队伍的角色"
|
||||
},
|
||||
"join": {
|
||||
"usage": "用法:join <角色IDs> 例如\"join 10000038 10000039\"空格分开",
|
||||
"description": "强制将角色加入到当前队伍中"
|
||||
},
|
||||
"kick": {
|
||||
"player_kick_player": "玩家 [%s:%s] 已将 [%s:%s] 踢出。",
|
||||
"server_kick_player": "正在踢出玩家 [%s:%s]...",
|
||||
@@ -228,6 +232,11 @@
|
||||
"reload_done": "重载完成。",
|
||||
"description": "重载配置文件和数据"
|
||||
},
|
||||
"remove": {
|
||||
"usage": "用法: remove [indexOfYourTeams] 从1开始",
|
||||
"invalid_index": "下标从1开始",
|
||||
"description": "强制移除队内角色"
|
||||
},
|
||||
"resetConst": {
|
||||
"reset_all": "重置所有角色的命座。",
|
||||
"success": "已重置 %s 的命座,重新登录后生效。",
|
||||
|
||||
Reference in New Issue
Block a user