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 restoreto restore and install the dependencies. - Make your changes
- Use
dotnet publishcommand and you'll get a folder calledbinin 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