mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
Automatic Moderation feature: Auto Jail. It auto sends the offender to gm jail room, sets their homebind to the jail and freezes them as a precaution for them "jail breaking out" .unfreeze to undo the freeze. tele them out if innocent, or do whatever to your captive.
133 lines
4.0 KiB
Plaintext
133 lines
4.0 KiB
Plaintext
[worldserver]
|
|
#
|
|
###################################################################################################
|
|
|
|
###################################################################################################
|
|
# ANTICHEAT MODULE
|
|
#
|
|
# Anticheat.Enable
|
|
# Description: Enables or disables the Anticheat System functionality
|
|
# Default: 1 - (Enabled)
|
|
# 0 - (Disabled)
|
|
|
|
Anticheat.Enabled = 1
|
|
|
|
# Anticheat.EnabledOnGmAccounts
|
|
# Description: Enables detection for GM accounts
|
|
# Default: 0 - (Disabled)
|
|
# 1 - (Enabled)
|
|
|
|
Anticheat.EnabledOnGmAccounts = 0
|
|
|
|
# Anticheat.ReportsForIngameWarnings
|
|
# Description: How many reports the player must have to notify to GameMasters ingame when he generates a new report.
|
|
# Default: 70
|
|
|
|
Anticheat.ReportsForIngameWarnings = 70
|
|
|
|
# Anticheat.MaxReportsForDailyReport
|
|
# Description: How many reports must the player have to make a report that it is in DB for a day (not only during the player's session).
|
|
# Default: 70
|
|
|
|
Anticheat.MaxReportsForDailyReport = 70
|
|
|
|
# Anticheat.ReportinChat
|
|
# Description: min and max total reports to trigger gm chat message spam.
|
|
# Default: So with 70 being min and 80 being max, it will spam gm in chat 10 times.
|
|
# Anticheat.ReportinChat.Min = 70
|
|
# Anticheat.ReportinChat.Max = 80
|
|
|
|
Anticheat.ReportinChat.Min = 70
|
|
Anticheat.ReportinChat.Max = 80
|
|
|
|
# Anticheat.LoginMessage
|
|
# Description: Enable login message "This server is running an Anticheat module."
|
|
# Default: 1
|
|
|
|
Anticheat.LoginMessage = 0
|
|
|
|
# Anticheat.WriteLog
|
|
# Description: Enable writing to log when a player is detected using hacks
|
|
# Default: 0 - (Disabled)
|
|
# 1 - (Enabled)
|
|
|
|
Anticheat.WriteLog = 0
|
|
|
|
# Anticheat.SaveReportsTime
|
|
# Description: Set the time between each report save in seconds
|
|
# Default: 60 - (seconds)
|
|
|
|
Anticheat.SaveReportsTime = 60
|
|
|
|
# Anticheat.Detect
|
|
# Description: It represents which detections are enabled (ClimbHack disabled by default).
|
|
# Default: 1 - (Enabled)
|
|
# 0 - (Disabled)
|
|
|
|
Anticheat.DetectFlyHack = 1
|
|
Anticheat.DetectWaterWalkHack = 1
|
|
Anticheat.DetectJumpHack = 1
|
|
Anticheat.DetectTelePlaneHack = 1
|
|
Anticheat.DetectSpeedHack = 1
|
|
Anticheat.DetectClimbHack = 1
|
|
Anticheat.DetectTelePortHack = 1
|
|
Anticheat.IgnoreControlHack = 1
|
|
|
|
# Anticheat.StricterFlyHackCheck
|
|
# Description: Checks moveflag ascending (may give false positives)
|
|
# Default: 0 - (Disabled)
|
|
# 1 - (Enabled)
|
|
|
|
Anticheat.StricterFlyHackCheck = 0
|
|
|
|
# Automatic Moderation Features
|
|
#
|
|
# Anticheat.KickPlayer
|
|
# Anticheat.ReportsForKick
|
|
#
|
|
# Description: Enables and Auto kick when reports reach threshhold
|
|
# Default: 0 - (Disabled)
|
|
# 1 - (Enabled)
|
|
# Default: 70 - (Kick at 70 auto reports)
|
|
#
|
|
|
|
Anticheat.KickPlayer = 0
|
|
Anticheat.ReportsForKick = 70
|
|
|
|
# Anticheat.BanPlayer
|
|
# Anticheat.ReportsForBan
|
|
#
|
|
# Description: Enables and Auto kick when reports reach threshhold
|
|
# Description: Enables and Auto ban when reports reach threshhold
|
|
# Default: 0 - (Disabled)
|
|
# 1 - (Enabled)
|
|
# Default: 70 - (Kick at 70 auto reports)
|
|
#
|
|
|
|
Anticheat.BanPlayer = 0
|
|
Anticheat.ReportsForBan = 70
|
|
|
|
# Anticheat.JailPlayer
|
|
# Anticheat.ReportsForJail
|
|
#
|
|
# Description: Enables and Auto Jail when reports reach threshhold
|
|
# Description: Enables and Auto Jail when reports reach threshhold
|
|
# Default: 0 - (Disabled)
|
|
# 1 - (Enabled)
|
|
# Default: 70 - (Kick at 70 auto reports)
|
|
#
|
|
|
|
Anticheat.JailPlayer = 0
|
|
Anticheat.ReportsForJail = 70
|
|
|
|
# Anticheat.AnnounceKick
|
|
# Anticheat.AnnounceBan
|
|
# Anticheat.AnnounceJail
|
|
# Description: Send a message to all players when a user kicked, banned, jailed.
|
|
# Default: 0 - (Disabled)
|
|
# 1 - (Enabled)
|
|
|
|
Anticheat.AnnounceKick = 0
|
|
Anticheat.AnnounceBan = 0
|
|
Anticheat.AnnounceJail = 0
|