Round Limiter - GhoulofGSG9/NS2Stats.com GitHub Wiki
This little plugin allows you to force rounds to end after a set max amount of time. If this plugin ends the round the team which got more scorepoints overall wins.
The default config looks something like this:
{
"WarningTime": 5,
"WarningRepeatTimes": 5,
"MaxRoundLength": 60
}
The file should be called “roundlimiter.json” and should be placed in the directory defined as your plugin config directory (default is config://shine/plugins).
| Option | Description |
|---|---|
| WarningTime | If this amount of time is left of a round the plugin will start to warn the players |
| WarningRepeatTimes | How often the plugin warns the players until it ends the round. |
| MaxRoundLength | Time in minutes after which the plugin will end a round. |