Plugins for SquadJS that allow you to set various timers with reminders.
A plugin that counts down a specified time and reminds you of the timer with a message you enter. Reminds with warms
For example, !timer mbt 30 - the plugin will remind you about the MBT spawn in 30 minutes.
A plugin that will remind you about a new wave in the rally 20 seconds before it starts (so you have time to press give up).
You need to enter the time that your rally is currently showing, for example, if there are 43 seconds until the wave, you need to enter !rally 43.
The rest of the details are in the script, it's simple, and the script installation is standard.
- For a timer:
!timer <message> <time in minutes>(e.g.,!timer mbt 30) - For a rally reminder:
!rally <current rally time in seconds>(e.g.,!rally 43with default reminder time) - For a rally reminder with a custom remind time:
!rally <current rally time in seconds> <time in seconds>(e.g.,!rally 43 25) - You can pause / resume the rally reminder in various ways, for example:
!pr!pause!rally!rally pause
{ "plugin": "RallyTimer", "enabled": true, "commands_to_start": ["r", "rly", "raly"], "commands_to_stop": ["sr", "stop", "rs", "rts"], "commands_to_pause": ["pr", "pause", "rp", "rtp"], "time_before_spawn": 20, "max_time": 120 }, { "plugin": "Timer", "enabled": true }