About Timers
A straightforward timer plugin that displays customizable countdown timers in the game interface (top right corner). Perfect for coordinating events, announcing restarts, or managing custom countdowns. Now supoorts up to 5 timers at the same time.
Features:
- Custom timer display in the game UI
- Console and chat (UI) command support
- Customizable UI (colors, text size, transparent background)
- Supports up to 5 active timers
- Integrated permission system
- Targeted timers: you can display timers only to specific players or groups
Commands:
Chat
- /timers --> Opens the UI
Rcon
- timer start seconds "text" - Starts a new timer for all players
- timer start seconds "text" [@group1 @group2 steamid1 steamid2 ] - Starts a timer only for specified players/groups
- timer stop "text or timerID"- Stops the timer
- timer list - Gives a list of active timers with ID
Configuration:
- Customizable background color
- Customizable text color
- Adjustable font size
- Optional transparent backgroun
{ "BackgroundColor": "0 0 0 0.8", "TextColor": "1 1 1 1", "HighlightColor": "0.2 0.8 0.2 1", "EnableNotifications": false, "DefaultDuration": 300, "MaxDuration": 86400, "FontSize": 14, "UIScale": 1.0, "TransparentBackground": false }
Developer Hooks
--Rework in progress--
Support:
For any support request: [email protected]