https://github.com/j4asper/aio-1v1-plugin-cs2
All-in-One 1v1 Plugin for CS2 Servers.
https://github.com/j4asper/aio-1v1-plugin-cs2
counter-strike counter-strike-2 counter-strike-2-plugin cs2 cs2-plugin
Last synced: about 1 year ago
JSON representation
All-in-One 1v1 Plugin for CS2 Servers.
- Host: GitHub
- URL: https://github.com/j4asper/aio-1v1-plugin-cs2
- Owner: j4asper
- Created: 2024-04-10T00:10:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T10:49:05.000Z (almost 2 years ago)
- Last Synced: 2025-04-04T01:44:11.119Z (about 1 year ago)
- Topics: counter-strike, counter-strike-2, counter-strike-2-plugin, cs2, cs2-plugin
- Language: C#
- Homepage:
- Size: 17.6 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# All-in-One 1v1 Plugin for Counter-Strike 2
CS2 Plugin based on [CounterStrikeSharp](https://docs.cssharp.dev/).
## To do
### Must have
- [ ] !ready command - Both players need to use this command, for the game to start.
- [x] !map - Quickly change maps if needed.
- [ ] Add short countdown to map command.
- [ ] Show commands to players when they join, similar to !help.
- [ ] !help command.
- [ ] Ensure infinite warmup when players are connected, and !ready haven't been used by both players.
- [ ] Ensure infinite money.
- [ ] Kick bots.
- [ ] !stop - Stop the current match and start infinite warmup.
### Nice to have
- [ ] Lock server during 1v1 match - Maybe let players join as spectators.
- [ ] !nadecam - Enable nadecam during warmup + Infinite utility?
- [ ] Frontend website for map voting or ingame menu.
## Installation
CounterStrikeSharp is necessary for the plugin to work. It needs to be installed on the CS2 server. [Follow their guide on how to install it here](https://docs.cssharp.dev/docs/guides/getting-started.html).