Wiki

Clone wiki

ProxyKiller / Convars

ProxyKiller convars


Upon running the plugin once, you'll find a config file auto-generated for convars.
The auto-generated file can be found at /csgo/cfg/sourcemod/ProxyKiller-Convars.cfg

Convars marked bold support runtime variables e.g. {ip}.
Convar values marked bold are the default values for that convar.

Available convars:

Convar Description
ProxyKiller_Enable "Enable/disable ProxyKiller"
ProxyKiller_IgnoreFlags "Ignore clients with these admin flags when checking for proxies"
ProxyKiller_IgnoreAppOwners "Ignore owners of these steam apps (ids) when checking for proxies"
ProxyKiller_Punishment_Mode "Type of punishment to apply to clients"
ProxyKiller_Punishment_Message "Message to display to clients who were punished"
ProxyKiller_Punishment_LogFormat "Message to apply to logs, set empty to disable entirely"
ProxyKiller_Punishment_BanLength "Ban length in minutes to apply when clients are punished"
ProxyKiller_Database_Table_Prefix "Table prefix used for Cache / Rules (SQL)"
ProxyKiller_Cache_Mode "Caching mode used for ProxyKiller"
ProxyKiller_Cache_Lifetime "Time in second(s) when to invalidate cache entries"
ProxyKiller_Rules_Mode "Rules mode used for ProxyKiller"

Punishment Mode Description
"0" "Disable punishments (Useful if you wanna only log)"
"1" "Do kick as punishment (Recommended value)"
"2" "Do ban as punishment (Configure ProxyKiller_Punishment_BanLength for ban length)"

Cache Mode Description
"0" "Disable caching entirely"
"1" "Use MySQL as the provider (Recommended value)"
"2" "Use SQLite as the provider"

Rules Mode Description
"-1" "Inherit mode from ProxyKiller_Cache_Mode"
"0" "Disable rules entirely"
"1" "Use MySQL as the provider"
"2" "Use SQLite as the provider"

Updated