ZAntiCheat.json:
{

  "MaxFlightViolationValue": 2.0,

  "MaxSpeedViolationValue": 5.0,

  "MaxRotationSpeed": 500.0,

  "MaxMovementSpeed": 10.0,

  "MaxHeightAboveGround": 50.0,

  "MinAttackInterval": 0.1,

  "AnomalyDetectionThreshold": 0.85,

  "RequiredDataPoints": 100,

  "MaxViolations": 3,

  "EnableAIDetection": true,

  "KickOnViolation": true,

  "AutoBanEnabled": true,

  "AutoBanDurationHours": 168,

  "BanMessage": "Вы были забанены за {0}. Длительность: {1} часов",

  "KickMessage": "AntiCheat: {0}",

  "EnableDiscordNotifications": false,

  "DiscordWebhookUrl": "",

  "DiscordBotName": "ZAntiCheat",

  "DiscordAvatarUrl": "",

  "NotificationTemplate": "🚫 Обнаружено нарушение!\n**Игрок:** {0}\n**SteamID:** {1}\n**Тип:** {2}\n**Время:** {3}",

  "BlockVPN": true,

  "IpinfoToken": "your_token_here",

  "VPNKickMessage": "Использование VPN запрещено на этом сервере",

  "VPNNotificationTemplate": "🌐 Обнаружено использование VPN!\n**Игрок:** {0}\n**SteamID:** {1}\n**IP:** {2}\n**Страна:** {3}\n**Город:** {4}\n**Провайдер:** {5}\n**Тип:** {6}",

  "OcclusionCheckInterval": 0.1,

  "MaxOccludedHitDistance": 100.0,

  "MaxOccludedHits": 3,

  "OcclusionRayHeight": 1.5,

  "MaxRecoilDeviation": 0.15,

  "MinShotsForRecoilCheck": 5,

  "MaxRecoilReductionPercent": 0.7,

  "MaxFireRateDeviation": 0.1,

  "RecoilCheckInterval": 0.5,

  "BanReasons": {

    "SpeedHack": {

      "Message": "SpeedHack",

      "BanHours": 168

    },

    "FlyHack": {

      "Message": "FlyHack",

      "BanHours": 168

    },

    "Manipulator": {

      "Message": "Manipulator",

      "BanHours": 720

    },

    "WallHack": {

      "Message": "WallHack",

      "BanHours": 720

    },

    "PhysicsViolation": {

      "Message": "PhysicsViolation",

      "BanHours": 168

    },

    "norecoil": {

      "Message": "norecoil",

      "BanHours": 720

    },

    "VPNDetection": {

      "Message": "VPN",

      "BanHours": 24

    },

    "AnomalyDetection": {

      "Message": "AnomalyDetection",

      "BanHours": 168

    }

  }

}
Сверху