mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-23 12:24:43 +01:00
fix join command and remove command bug and update docs (#904)
* 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 * fix(command):fix remove command a stupid bug.Loop delete element bug. * fix(command):fix join command. When adding avatars, repeat avatars skip and non repeat avatars join. * fix(language):fix join command remove command translate * fix(ReadMe):update README.md join and remove command.
This commit is contained in:
@@ -238,9 +238,9 @@
|
||||
"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"
|
||||
"usage": "Usage: remove [indexOfYourTeam] index start from 1",
|
||||
"invalid_index": "The index number is illegal. It starts from 1 and the maximum value is the number of roles in the team",
|
||||
"description": "force remove avatar into your team. Such as `remove 1 2`."
|
||||
},
|
||||
"resetConst": {
|
||||
"reset_all": "Reset all avatars' constellations.",
|
||||
@@ -380,7 +380,8 @@
|
||||
"title": "Banner Details",
|
||||
"available_five_stars": "Available 5-star Items",
|
||||
"available_four_stars": "Available 4-star Items",
|
||||
"available_three_stars": "Available 3-star Items"
|
||||
"available_three_stars": "Available 3-star Items",
|
||||
"template_missing": "data/gacha_details.html is missing."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user