Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 547 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 547 Bytes

C4 Timer

This plugin adds countdown to c4 bomb explosion to your server.

image

The countdown can look any way you want it to look. All you have to do is customize the configuration to your liking.

Config

{
  "EnableTimer": true,
  "EnableProgressBar": true,
  "TimerStarting": 45,
  "LeftSideTimer": "-[ ",
  "RightSideTimer": " ]-",
  "EnableColorMessage": true,
  "SidesTimerColor": "45:white",
  "TimeColor": "20:yellow, 10:red, 5:darkred",
  "ProgressBarColor": "20:yellow, 10:red, 5:darkred"
}