mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
Give some order to the config file
This commit is contained in:
@@ -3,46 +3,69 @@
|
|||||||
###################################################################################################
|
###################################################################################################
|
||||||
|
|
||||||
###################################################################################################
|
###################################################################################################
|
||||||
|
# ANTICHEAT MODULE
|
||||||
|
#
|
||||||
# Anticheat.Enable
|
# Anticheat.Enable
|
||||||
# Description: Enables or disables the Anticheat System functionality
|
# Description: Enables or disables the Anticheat System functionality
|
||||||
# Default: 1 - (Enabled)
|
# Default: 1 - (Enabled)
|
||||||
# 0 - (Disabled)
|
# 0 - (Disabled)
|
||||||
|
|
||||||
Anticheat.Enabled = 1
|
Anticheat.Enabled = 1
|
||||||
#Enable detection for GM accounts
|
|
||||||
|
# Anticheat.EnabledOnGmAccounts
|
||||||
|
# Description: Enables detection for GM accounts
|
||||||
|
# Default: 0 - (Disabled)
|
||||||
|
# 1 - (Enabled)
|
||||||
|
|
||||||
Anticheat.EnabledOnGmAccounts = 0
|
Anticheat.EnabledOnGmAccounts = 0
|
||||||
|
|
||||||
# Anticheat.ReportsForIngameWarnings
|
# Anticheat.ReportsForIngameWarnings
|
||||||
# Description: How many reports the player must have to notify to GameMasters ingame when he generates a new report.
|
# Description: How many reports the player must have to notify to GameMasters ingame when he generates a new report.
|
||||||
# Default: 70
|
# Default: 70
|
||||||
|
|
||||||
Anticheat.ReportsForIngameWarnings = 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.LoginMessage
|
# Anticheat.LoginMessage
|
||||||
# Description: Enable login message "This server is running an Anticheat module."
|
# Description: Enable login message "This server is running an Anticheat module."
|
||||||
# Default: 1
|
# Default: 1
|
||||||
|
|
||||||
Anticheat.LoginMessage = 1
|
Anticheat.LoginMessage = 1
|
||||||
|
|
||||||
# Anticheat.Detect
|
# Anticheat.Detect
|
||||||
# Description: It represents which detections are enabled.
|
# Description: It represents which detections are enabled (ClimbHack disabled by default).
|
||||||
# Default 1 (climbhack = 0 by default)
|
# Default: 1 - (Enabled)
|
||||||
|
# 0 - (Disabled)
|
||||||
|
|
||||||
Anticheat.DetectFlyHack = 1
|
Anticheat.DetectFlyHack = 1
|
||||||
#Checks moveflag ascending (may give flase positives)
|
|
||||||
Anticheat.StricterFlyHackCheck = 0
|
|
||||||
#kick option for first detect on flyhack, if false positives disable(disabled by default)
|
|
||||||
Anticheat.KickPlayerFlyHack = 0
|
|
||||||
Anticheat.DetectWaterWalkHack = 1
|
Anticheat.DetectWaterWalkHack = 1
|
||||||
#kick option for first detect on waterwalkhack, if false positives disable(disabled by default)
|
|
||||||
Anticheat.KickPlayerWaterWalkHack = 0
|
|
||||||
Anticheat.DetectJumpHack = 1
|
Anticheat.DetectJumpHack = 1
|
||||||
Anticheat.DetectTelePlaneHack = 1
|
Anticheat.DetectTelePlaneHack = 1
|
||||||
Anticheat.DetectSpeedHack = 1
|
Anticheat.DetectSpeedHack = 1
|
||||||
Anticheat.DetectClimbHack = 0
|
Anticheat.DetectClimbHack = 0
|
||||||
|
|
||||||
|
# Anticheat.StricterFlyHackCheck
|
||||||
|
# Description: Checks moveflag ascending (may give false positives)
|
||||||
|
# Default: 0 - (Disabled)
|
||||||
|
# 1 - (Enabled)
|
||||||
|
|
||||||
# Anticheat.MaxReportsForDailyReport
|
Anticheat.StricterFlyHackCheck = 0
|
||||||
# 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.KickPlayerFlyHack
|
||||||
|
# Description: Kick option for first detect on flyhack (may give false positives)
|
||||||
|
# Default: 0 - (Disabled)
|
||||||
|
# 1 - (Enabled)
|
||||||
|
|
||||||
|
Anticheat.KickPlayerFlyHack = 0
|
||||||
|
|
||||||
|
# Anticheat.KickPlayerWaterWalkHack
|
||||||
|
# Description: Kick option for first detect on waterwalkhack (may give false positives)
|
||||||
|
# Default: 0 - (Disabled)
|
||||||
|
# 1 - (Enabled)
|
||||||
|
|
||||||
|
Anticheat.KickPlayerWaterWalkHack = 0
|
||||||
Reference in New Issue
Block a user