mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
feat (Module\Conf): Alert Fequency
Once Ingame warngings and report in chat min is met, this will throttle to alert the gms every other count, Example so with 5 being the default, u will get a message alert for every 5 violations. Inspired and approved by project nemesis devs Co-Authored-By: Sven <36102838+sven295@users.noreply.github.com> Co-Authored-By: Jinnaix <37972361+jinnaix@users.noreply.github.com>
This commit is contained in:
@@ -40,6 +40,13 @@ Anticheat.MaxReportsForDailyReport = 70
|
||||
Anticheat.ReportinChat.Min = 70
|
||||
Anticheat.ReportinChat.Max = 80
|
||||
|
||||
# Anticheat.AlertFrequency
|
||||
# Description: Once Ingame warngings and report in chat min is met, this will throttle to alert the gms every other count
|
||||
# Default: So with 5 being the default, u will get a message alert for every 5 violations.
|
||||
# Anticheat.AlertFrequency = 5
|
||||
|
||||
Anticheat.AlertFrequency = 5
|
||||
|
||||
# Anticheat.LoginMessage
|
||||
# Description: Enable login message "This server is running an Anticheat module."
|
||||
# Default: 1
|
||||
|
||||
Reference in New Issue
Block a user