Bug Fixes
- Fixed missing dependency AnyBasLib
- Fixed issues with color normalization for CenterHtmlMenu
Misc
- Refactoring
- Updated config to display enum names instead of integer values.
Installation
-
Extract and copy
pluginsandsharedfolders to/csgo/addons/counterstrikesharp. -
After the first run, update the configuration file
MenuManagerAPI.json. -
Add a reference to MenuManagerAPI.Shared in your project using one of the methods below.
- Download the source code and build it yourself.
- Download the latest release from the releases page.
- Install the package using the .NET CLI, run: dotnet add package MenuManagerAPI.Shared.
For more information on the use of this plugin, see the README.md.