Skip to content

Round Limiter

Person8880 edited this page Apr 4, 2015 · 6 revisions

Overview

This plugin allows you to force rounds to end after a set max amount of time.

This plugin was contributed by GhoulofGSG9.

Default config

The default config looks something like this:

{
    "WarningTime": 5,
    "WarningRepeatTimes": 5,
    "MaxRoundLength": 60,
    "WinCondition": 1
}

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).

Config Options

Option Description
WarningTime If this amount of time is left of a round the plugin will start to warn the players.
WarningRepeatTimes How many times the plugin warns the players until it ends the round.
MaxRoundLength Time in minutes after which the plugin will end a round.
WinCondition 1 is the team that scored the most points. 2 is the team with the most captured RTs at the end. 3 is the team that collected the most team resources over the round.
Clone this wiki locally