PrefixExclude - Silenci0/UMC GitHub Wiki
Purpose
The Time Limits module extends Ultimate Mapchooser's exclusion system to allow users to specify an amount of previously-played map prefixes to be excluded. For example, if you are currently on cp_dustbowl, and the sm_umc_prefixexclude_memory cvar is set to 1 or higher, then all maps whose name beings with "cp" will be excluded from selection.
List of CVars
The list of cvars for the Map Prefix Exclusion module is located in cfg/sourcemod/umc-prefixexclude.cfg.
// Specifies how many times the prefix can be in the memory before it is excluded.
// -
// Default: "1"
// Minimum: "1.000000"
sm_umc_prefixexclude_amount "1"
// Determines if maps being displayed are exempt from being excluded due to Prefix Exclusion.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_umc_prefixexclude_display "0"
// Specifies how many previously played prefixes to remember. 1 = Current Only, 0 = Disable
// -
// Default: "0"
// Minimum: "0.000000"
sm_umc_prefixexclude_memory "0"
// Determines if nominations are exempt from being excluded due to Prefix Exclusion.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_umc_prefixexclude_nominations "0"