This framework runs using Metamod to install plugins/addons that are written in C#.
To install this framework, you must already have Metamod installed on your game server. Metamod installation guide.
meta list Listing 1 plugin: [01] CounterStrikeSharp (0.1.0) by Roflmuffin
addons ├── counterstrikesharp │ ├── api │ ├── bin │ ├── dotnet │ ├── plugins │ └── gamedata │ ├── metamod │ ├── bin │ ├── counterstrikesharp.vdf │ ├── metaplugins.ini │ └── README.txt ├── metamod.vdf └── metamod_x64.vdf
For Windows servers, you must have Visual Studio Redistributables installed otherwise CounterStrikeSharp will not work.