Developers
Since this plugin is built on C#, .NET 8.0 SDK will be required if you intend to make changes in this plugin. Once you have that installed,
- Clone the repository
- Use
dotnet restore
to restore and install the dependencies. - Make your changes
- Use
dotnet publish
command and you'll get a folder calledbin
in your plugin directory. - Navigate to
bin/Release/net8.0/publish/
and copy all the content from there and paste it intocsgo/addons/counterstrikesharp/plugins/MatchZy
(CounterStrikeSharp.API.dll and CounterStrikeSharp.API.pdb can be skipped) - It's done! Now you can test your changes, and also contribute to the plugin if you want to :p