mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-23 12:24:43 +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": "All characters have been healed.",
|
||||
"description": "Heal all characters in your current team."
|
||||
},
|
||||
"join": {
|
||||
"usage": "Usage: join [AvatarIDs] such as\"join 10000038 10000039\"",
|
||||
"description": "force join avatar into your team"
|
||||
},
|
||||
"kick": {
|
||||
"player_kick_player": "Player [%s:%s] has kicked player [%s:%s]",
|
||||
"server_kick_player": "Kicking player [%s:%s]",
|
||||
@@ -228,6 +232,11 @@
|
||||
"reload_done": "Reload complete.",
|
||||
"description": "Reload server config"
|
||||
},
|
||||
"remove": {
|
||||
"usage": "Usage: remove [indexOfYourTeams] index start from 1",
|
||||
"invalid_index": "index start from 1",
|
||||
"description": "force remove avatar into your team"
|
||||
},
|
||||
"resetConst": {
|
||||
"reset_all": "Reset all avatars' constellations.",
|
||||
"success": "Constellations for %s have been reset. Please relog to see changes.",
|
||||
|
||||
Reference in New Issue
Block a user