Skip to content

MenuManagerAPI v1.0.3

Latest

Choose a tag to compare

@nickj609 nickj609 released this 15 Feb 16:48
· 9 commits to main since this release

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

  1. Extract and copy plugins and shared folders to /csgo/addons/counterstrikesharp.

  2. After the first run, update the configuration file MenuManagerAPI.json.

  3. 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.