This tool overrides the maximum players per team to allow more then 5vs5 on Competitive servers.
- Download and extract the latest release from the GitHub releases page.
- Move the "MaxTeamPlayersOverride" folder to the
/addons/counterstrikesharp/configs/plugins/
directory. - Restart the server.
Updating is even easier: simply overwrite all plugin files and they will be reloaded automatically. To automate updates please use our CS2 Update Manager.
This plugin automatically creates a readable JSON configuration file. This configuration file can be found in /addons/counterstrikesharp/configs/plugins/MaxTeamPlayersOverride/MaxTeamPlayersOverride.json
.
Clone the project:
git clone https://github.com/Kandru/cs2-max-team-players-override.git
Go to the project directory
cd cs2-max-team-players-override
Install dependencies
dotnet restore
Build debug files (to use on a development game server)
dotnet build
Build release files (to use on a production game server)
dotnet publish
TODO