mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
Feat (Conf\BG): BG Star Area Cheat Countermeasure
If a player cheats by teleporting outside of the start spot before the BG starts, a counter measure will applied and log (if WriteLog is enabled) and send the player to a void spot for a few seconds and return them back in the team start spot
This commit is contained in:
@@ -160,3 +160,15 @@ Anticheat.ReportsForJail = 70
|
||||
Anticheat.AnnounceKick = 0
|
||||
Anticheat.AnnounceBan = 0
|
||||
Anticheat.AnnounceJail = 0
|
||||
|
||||
# Anticheat Counter Measures
|
||||
#
|
||||
# Anticheat.BG.StartAreaTeleport
|
||||
#
|
||||
# Description: Sends player back to start position if player cheats and teleports out of start spot
|
||||
# before the BG begins.
|
||||
# Default: 0 - (Disabled)
|
||||
# 1 - (Enabled)
|
||||
#
|
||||
|
||||
Anticheat.BG.StartAreaTeleport = 0
|
||||
|
||||
Reference in New Issue
Block a user