1. 05 Aug, 2022 1 commit
    • Kawaa's avatar
      Improve some documentation and JSON (#1618) · 352aa7d6
      Kawaa authored
      Original commits:
      
      * Updated instructions
      
      * 更新说明
      
      * 更新说明
      
      * 更新说明
      
      * 更新说明
      
      * 更新说明
      
      * Updated instructions
      
      * Updated instructions
      352aa7d6
  2. 28 Jul, 2022 1 commit
  3. 26 Jul, 2022 2 commits
    • Kimi's avatar
      Traditional Chinese | Translation Patches · 2fe6bcf2
      Kimi authored
      Added missing some commands translation, and fixing up another mainlander's CHS = CHT mindset.
      2fe6bcf2
    • lactose's avatar
      Set Constellation Command (#1565) · 59a412cc
      lactose authored
      Original commits:
      
      * create `SetConstCommand` class and translations
      
      * (partially) functional `setconst` command
      
      * fixed punctuation
      
      * added success message
      
      * implemented `SetConstCommand`
      
      * added translation keys
      
      * update keys
      
      * refactor + automatic reload
      
      * Nitpick (Co-authored-by: AnimeGitB <AnimeGitB@bigblueball.in>)
      59a412cc
  4. 22 Jul, 2022 1 commit
  5. 21 Jul, 2022 1 commit
  6. 11 Jul, 2022 1 commit
  7. 04 Jul, 2022 1 commit
    • Someone999's avatar
      Added permission information to help command (#1427) · fe50a42a
      Someone999 authored
      Original commits:
      * Added command CommandPermissionCommand. Added permission information in HelpCommand.
      
      * Removed command CommandPermissionCommand
      
      * Display permission for single command when use help.
      
      * Display permission targeted when use help.
      fe50a42a
  8. 29 Jun, 2022 1 commit
  9. 26 Jun, 2022 4 commits
  10. 25 Jun, 2022 1 commit
  11. 24 Jun, 2022 1 commit
  12. 22 Jun, 2022 3 commits
  13. 19 Jun, 2022 1 commit
  14. 16 Jun, 2022 1 commit
  15. 14 Jun, 2022 1 commit
  16. 13 Jun, 2022 1 commit
  17. 11 Jun, 2022 1 commit
  18. 04 Jun, 2022 1 commit
    • AZ's avatar
      List game & server version when starting server (#1181) · fa2ab598
      AZ authored
      * When the server starts, it now outputs the game and server version. Too dumb to not hardcode it - sorry!
      
      * ...
      
      * sorry i dropped my spaghetti, I'll help clean that
      
      * Doing simple stuff: now without hardcoding!
      
      * Restored Git hash functionality
      
      * Fixed other languages and made the output more useful.
      
      * Forgot this file lol
      fa2ab598
  19. 01 Jun, 2022 2 commits
  20. 31 May, 2022 1 commit
  21. 29 May, 2022 2 commits
  22. 28 May, 2022 2 commits
  23. 24 May, 2022 1 commit
  24. 23 May, 2022 2 commits
  25. 22 May, 2022 3 commits
  26. 20 May, 2022 1 commit
  27. 17 May, 2022 1 commit
  28. 15 May, 2022 1 commit
    • lsCoding666's avatar
      fix join command and remove command bug and update docs (#904) · 7a66f228
      lsCoding666 authored
      * 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.
      7a66f228