mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
Feat (AutoMod\Jail) and fixes in conf typo
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.
This commit is contained in:
@@ -70,7 +70,7 @@ Anticheat.DetectJumpHack = 1
|
||||
Anticheat.DetectTelePlaneHack = 1
|
||||
Anticheat.DetectSpeedHack = 1
|
||||
Anticheat.DetectClimbHack = 1
|
||||
Anticheat.DetectTelePortHack =1
|
||||
Anticheat.DetectTelePortHack = 1
|
||||
Anticheat.IgnoreControlHack = 1
|
||||
|
||||
# Anticheat.StricterFlyHackCheck
|
||||
@@ -98,7 +98,7 @@ Anticheat.ReportsForKick = 70
|
||||
# Anticheat.ReportsForBan
|
||||
#
|
||||
# Description: Enables and Auto kick when reports reach threshhold
|
||||
# Description: Kick option for first detect on waterwalkhack (may give false positives)
|
||||
# Description: Enables and Auto ban when reports reach threshhold
|
||||
# Default: 0 - (Disabled)
|
||||
# 1 - (Enabled)
|
||||
# Default: 70 - (Kick at 70 auto reports)
|
||||
@@ -107,11 +107,26 @@ Anticheat.ReportsForKick = 70
|
||||
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
|
||||
# Description: Send a message to all players when a user kicked or banned.
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user