Show a C4 countdown timer (and optional progress bar) in-game when the bomb is planted.
You can choose when the timer becomes visible (e.g., show only from the last 15s) via JSON config.
Includes an admin-only toggle command: !c4timer.
Based on / modified from R0mz1k/css-C4-Timer (big thanks!).
https://github.com/R0mz1k/css-C4-Timer
- In-game C4 explosion countdown
- Admin-only toggle in chat:
!c4timer
csgo/
ββ game/
ββ csgo/
ββ addons/
ββ counterstrikesharp/
ββ plugins/
β ββ C4Timer.dll # plugins
ββ configs/
ββ plugins/
ββ C4Timer/
ββ C4Timer.json # config
If the config doesnβt load, check the generated config path after first run.
{
"EnableTimer": true,
"EnableProgressBar": true,
"TimerStarting": 40,
"LeftSideTimer": "-[ ",
"RightSideTimer": " ]-",
"EnableColorMessage": true,
"SidesTimerColor": "40:white",
"TimeColor": "20:yellow, 10:red, 5:darkred",
"ProgressBarColor": "20:yellow, 10:red, 5:darkred",
"PluginEnabled": true,
"AdminPermission": "@css/root"
}!c4timer # admin-only toggle (ON/OFF)
- Target: .NET 8 / CounterStrikeSharp v1.0.356+
## [1.6+a] - 2026-01-23
- Added admin-only !c4timer toggle
- Minor fixes / adjustments for Midori server use
- Midori server ops team
- CounterStrikeSharp project & community
- Original project / base plugin: R0mz1k/css-C4-Timer
- MIT