Bombsite Restrict is a CS2 plugin that restricts the bombsites of each round if there are less than X players in teams.
Designed for CounterStrikeSharp framework
Configuration in
configs/plugins/BombsiteRestrict/BombsiteRestrict.json
What it does | |
---|---|
Minimum players |
Minimum number of players to disable random planting |
Count bots as players |
If bots will be counted as valid players (true or false ) |
Disabled site |
Which bombsite will be disabled (0 - Random , 1 - A , 2 - B) |
Which team count as players |
It allows setting which team will be considered as the 'Minimum players'. (0 - Both teams , 1 - Only T , 2 - Only CT) |
Send plant restrict message to team |
Which team gets a message when bombsite is disabled (0 - Both teams , 1 - Only CT , 2 - Only T) |
Center message timer |
Customize how many seconds at the round start, will be center message displayed. To disabled center message, set this option to 0 . |
Name | Allowed Values | Additional info |
---|---|---|
css_restrictbombsite |
<1 / 2> | 1 - A , 2 - B Can be executed only from server console |
- Download the lastest release https://github.com/NockyCZ/CS2_BombsitesRestrict/releases
- Unzip into your servers
csgo/addons/counterstrikesharp/plugins/
dir - Restart the server