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:
MDIC
2022-03-13 16:29:57 -04:00
parent fb69aade23
commit 24e45f2665
2 changed files with 50 additions and 3 deletions

View File

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