https://github.com/kandru/cs2-teambalancer
Simple Teambalancer for Counter-Strike 2
https://github.com/kandru/cs2-teambalancer
cssharp
Last synced: 6 months ago
JSON representation
Simple Teambalancer for Counter-Strike 2
- Host: GitHub
- URL: https://github.com/kandru/cs2-teambalancer
- Owner: Kandru
- License: gpl-3.0
- Created: 2024-11-08T17:12:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-27T22:41:33.000Z (6 months ago)
- Last Synced: 2025-12-30T08:15:26.446Z (6 months ago)
- Topics: cssharp
- Language: C#
- Homepage:
- Size: 33.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!TIP]
> You can test this plug-in by joining our community server via `connect server.counterstrike.party:27030` or via https://counterstrike.party
# CounterstrikeSharp - Team Balancer
[](https://github.com/Kandru/cs2-update-manager/)
[](https://github.com/Kandru/cs2-teambalancer/releases/)
[](#license)
[](https://github.com/Kandru/cs2-teambalancer/issues)
[](https://www.paypal.com/donate/?hosted_button_id=C2AVYKGVP9TRG)
Simple team balancer for Counter Strike 2. Fits my needs and balances the teams. Will balance towards the team with less score and players.
## Installation
1. Download and extract the latest release from the [GitHub releases page](https://github.com/Kandru/cs2-teambalancer/releases/).
2. Move the "TeamBalancer" folder to the `/addons/counterstrikesharp/plugins/` directory.
3. Restart the server.
Updating is even easier: simply overwrite all plugin files and they will be reloaded automatically.
## Configuration
This plugin automatically creates a readable JSON configuration file. This configuration file can be found in `/addons/counterstrikesharp/configs/plugins/TeamBalancer/TeamBalancer.json`.
## Compile Yourself
Clone the project:
```bash
git clone https://github.com/Kandru/cs2-teambalancer.git
```
Go to the project directory
```bash
cd cs2-teambalancer
```
Install dependencies
```bash
dotnet restore
```
Build debug files (to use on a development game server)
```bash
dotnet build
```
Build release files (to use on a production game server)
```bash
dotnet publish
```
## FAQ
TODO
## License
Released under [GPLv3](/LICENSE) by [@Kandru](https://github.com/Kandru).
## Authors
- [@derkalle4](https://www.github.com/derkalle4)
- [@jmgraeffe](https://www.github.com/jmgraeffe)