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:
M'Dic
2022-12-15 12:37:39 -05:00
parent ce3bd13388
commit 6b74a7cd8c
3 changed files with 53 additions and 0 deletions

View File

@@ -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