Competition Format - 3x3 Basketball

Parameter Name Value Description
foulsPersonal integer The number of personal fouls allowed.
foulsTechnical integer The number of technical fouls allowed.
winningScore integer The score that a team must reach within regulation time to win.
warmupTime integer The length of time in minutes alloted before the game to warmup.
foulsBeforeBonus integer The number of fouls allowed before a bonus is given.
foulsBeforeDoubleBonus integer The number of fouls allowed before a double bonus is given.
foulsBeforeTechnical integer The number of fouls allowed before a technical foul is given.
shotClock integer The maxium value of the shot clock, in seconds.
timeouts integer The number of timeouts allowed in regulation time.
timeoutsExtraTime integer The number of timeouts allowed in extra time.
customEfficiencyFormula string

A string giving the formula to calculate a custom efficiency value. The formula can use simple mathematical constructs * + - / () and contain a number of variables. Each variable must be the name of a valid Team Match Statistic.

e.g. (sPoints + sAssists + sBlocks + sSteals + sFoulsOn + sReboundsTotal) - (sTurnovers + sBlocksReceived + sFoulsPersonal + sFoulsTechnical + (sTwoPointersAttempted - sTwoPointersMade) + (sOnePointersAttempted - sOnePointersMade)).

For a complete list of allowed statistic names and further formula examples click here.