Module Post Played Exclusion - Steell/Ultimate-Mapchooser GitHub Wiki
The Post-Played Exclusion module allows users to specify a an amount of time after a map is played that it is to be excluded from selection in Ultimate Mapchooser. Specifically, it defines one new Map Group option called default_allow_every and one new Map option called allow_every.
"umc_mapcycle"
{
"A Group"
{
"default_allow_every" "X"
"A Map"
{
"allow_every" "X"
}
}
}
Where X is an amount of time in minutes that the map is to be excluded after being played. If allow_every is not specified for a map, the value of default_allow_every from the group the map belongs to is used. If default_allow_every is not specified for a Map group, it is assumed to be 0 (no delay).
The list of cvars for the Post-Played Exclusion module is located in cfg/sourcemod/umc-postexclude.cfg.