Releases: Oz-Lin/cs2-rockthevote
Releases · Oz-Lin/cs2-rockthevote
Release 1.9.0
What's Changed
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
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.