Skip to content

ConVars

Nolo001 edited this page Apr 21, 2023 · 3 revisions

Default ConVar values are highlighted in bold.

  • rb_log_level (0|1|2|3) - Logging level. 0 - off, 1 - log alt bans, 2 - log new associations, 3 - debug (SPAM). Logs are written to addons/sourcemod/logs/rebanner.log

  • rb_check_ip (0|1) - Whether Rebanner should take IP addresses into account. 0 - disable, 1 - enable (RECOMMENDED). With IP address checks disabled, Re-Banner will not store any IP address information. While IP address-based identification may lead to a false positive, I consider such an occasion extremely rare, and the upsides of tracking IP address are much greater than the potential false positive every half a year or so.

  • rb_antitamper_mode (0|1|2) - Antitamper subsystem mode. 0 - Disable, 1 - check client fingerprints for tampering, 2 - also check whether the fingerprint is known by the server (RECOMMENDED). Please refer to the Anti-Tamper wiki section for more details.

  • rb_antitamper_action (0|1) - Antitamper subsystem action when it detects tampering. 0 - do nothing, 1 - kick the client.

  • rb_reban_type (0|1) - 0 - Re-ban detected alts for the same duration as original ban, 1 - re-ban for remaining ban duration. Setting this to <1> will generate bans that will expire at the same time as the original ban (except permanent ones).