https://github.com/b3none/counterstrikesharp-plugin-template
This is a template repository for creating a new CS2 plugin in C# using counter strike sharp
https://github.com/b3none/counterstrikesharp-plugin-template
counterstrikesharp cs2-plugin cssharp
Last synced: about 1 year ago
JSON representation
This is a template repository for creating a new CS2 plugin in C# using counter strike sharp
- Host: GitHub
- URL: https://github.com/b3none/counterstrikesharp-plugin-template
- Owner: B3none
- Created: 2024-01-02T22:06:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T13:49:03.000Z (about 2 years ago)
- Last Synced: 2024-05-29T22:47:43.995Z (about 2 years ago)
- Topics: counterstrikesharp, cs2-plugin, cssharp
- Language: C#
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS2 {PLUGIN_NAME}
{PLUGIN_NAME} plugin written in C# for CounterStrikeSharp
## Progress
- [x] These will
- [x] Help you
- [ ] Keep people
- [x] Up to date
- [ ] With your progress
## Setup for local development
1. Install dotnet 8.0 locally
2. Clone the repository
3. Run `dotnet restore` to install dependencies
4. Run `dotnet build` to build the project