1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00
Add most kills command/macro
sneaky fix for tekno parser
This commit is contained in:
RaidMax
2020-05-05 18:49:30 -05:00
parent 84ffb9aa29
commit 0e2e739281
4 changed files with 95 additions and 2 deletions

View File

@ -14,6 +14,8 @@ namespace IW4MAdmin.Plugins.Stats.Config
public List<string> RecoilessWeapons { get; set; }
public int TopPlayersMinPlayTime { get; set; }
public bool StoreClientKills { get; set; }
public int MostKillsMaxInactivityDays { get; set; } = 30;
public int MostKillsClientLimit { get; set; } = 5;
public IDictionary<DetectionType, DistributionConfiguration> DetectionDistributions { get; set; }
public IDictionary<long, DetectionType[]> ServerDetectionTypes { get; set; }