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.
Showing
- README.md 162 additions, 160 deletionsREADME.md
- README_zh-CN.md 2 additions, 0 deletionsREADME_zh-CN.md
- src/main/java/emu/grasscutter/command/commands/JoinCommand.java 4 additions, 1 deletion...in/java/emu/grasscutter/command/commands/JoinCommand.java
- src/main/java/emu/grasscutter/command/commands/RemoveCommand.java 10 additions, 6 deletions.../java/emu/grasscutter/command/commands/RemoveCommand.java
- src/main/resources/languages/en-US.json 5 additions, 4 deletionssrc/main/resources/languages/en-US.json
- src/main/resources/languages/zh-CN.json 3 additions, 3 deletionssrc/main/resources/languages/zh-CN.json
- src/main/resources/languages/zh-TW.json 3 additions, 3 deletionssrc/main/resources/languages/zh-TW.json
Please register or sign in to comment