Skip to content

Releases: Oz-Lin/cs2-rockthevote

Release 1.9.0

03 Dec 03:36
Compare
Choose a tag to compare

What's Changed

  • Add extendroundstep support by @Cruze03 in #3
  • nomlist - see which player nominated which map.

New Contributors

Notes

  • If the configuration file version is lower than 14, please delete the old configuration file in the addons/counterstrikesharp/configs/plugins/RockTheVote directory and recreate it when loading the plugin.
  • If the configuration file version is lower than 12, an exception will be thrown, requiring the old configuration file to be deleted and recreated.

Full Changelog: v1.8.8...v1.9.0

Release 1.8.8

04 Sep 07:52
Compare
Choose a tag to compare

New Features

  • Added StringLocalizer service to support multi-language localization.
  • Added VoteExtendRoundTimeCommand and NextMapCommand commands.

Improvements

  • Optimized dependency management, using DependencyManager to load dependencies.
  • Improved command processing logic, supporting more chat commands:
  • rtv - trigger RTV vote.
  • ext - trigger extended vote.
  • nominate - nominate map.
  • votemap - vote to change map.
  • timeleft - view remaining time.
  • nextmap - view next map.

Fixes

  • Fixed the configuration file version check to ensure compatibility with old versions of configuration files.

Notes

  • If the configuration file version is lower than 11, please delete the old configuration file in the addons/counterstrikesharp/configs/plugins/RockTheVote directory and recreate it when loading the plugin.
  • If the configuration file version is lower than 9, an exception will be thrown, requiring the old configuration file to be deleted and recreated.