1. 25 Jun, 2022 2 commits
  2. 24 Jun, 2022 2 commits
  3. 22 Jun, 2022 5 commits
  4. 21 Jun, 2022 1 commit
  5. 18 Jun, 2022 2 commits
  6. 16 Jun, 2022 3 commits
  7. 14 Jun, 2022 1 commit
  8. 13 Jun, 2022 2 commits
  9. 05 Jun, 2022 1 commit
    • liizfq's avatar
      add new command (unlimitenergy):toggle energyusage for each player (#1186) · 934fb587
      liizfq authored
      * add new command (unlimitenergy):toggle energyusage for each player while  energyusage is ture in config.json
      
      * Solve the problem of layout and naming errors
      
      * make currentActiveTeam's Avatar full-energy while turn on the ule.
      
      * Resolve language document errors
      
      * add config_error message while player try to execute UnlimitEnergyCommand in GAME_OPTIONS.energyUsage == false
      934fb587
  10. 04 Jun, 2022 2 commits
  11. 03 Jun, 2022 2 commits
  12. 02 Jun, 2022 2 commits
  13. 01 Jun, 2022 1 commit
  14. 31 May, 2022 4 commits
  15. 29 May, 2022 1 commit
  16. 28 May, 2022 3 commits
  17. 27 May, 2022 2 commits
  18. 24 May, 2022 1 commit
  19. 23 May, 2022 1 commit
  20. 22 May, 2022 2 commits
    • tester233's avatar
      Update translation keys · 2d2dc5d0
      tester233 authored
      2d2dc5d0
    • Luke H-W's avatar
      Allow commands to target offline players (#1022) · 0ae3c3d7
      Luke H-W authored
      
      
      * Add targetRequirement annotation for Command
      
      * Added MTL lines for other langs
      
      * Fix TargetRequirement enum scoping
      
      * Adjust commands to targetRequirement system
      
      * Add translation message sugar to prevent future messages from being translated for wrong player
      
      * Temporarily disable offline targeting on /permission and /clear
      
      * Preliminary README cleanup
      
      * Readme commands cleanup
      
      * Clean up command table in README, including column shuffle
      Co-authored-by: default avatarAnimeGitB <AnimeGitB@bigblueball.in>
      0ae3c3d7