Hi!
I had on my server 1 russian guy with 2 game bans (last ban 51 days ago), but the plugin didnt kick/ban him (i banned him manually). This plugin is searching for ">= 2" game bans and min 365 daysfor last ban! The other configs, is doing his job, kicking 2 vacbans / family share etc.
My config:
{
  "ApiKey": "7D6*********************",
  "Broadcasting": {
    "CommunityBan": true,
    "VacBan": true,
    "GameBan": true,
    "TradeBan": true,
    "RecentBan": true,
    "PrivateProfile": true,
    "LimitedAccount": true,
    "HoursPlayed": true,
    "FamilyShare": true,
    "FamilyOwner": true,
    "NoProfile": true,
    "GameCount": true
  },
  "Kicking": {
    "CommunityBan": true,
    "VacBan": true,
    "GameBan": true,
    "TradeBan": true,
    "RecentBan": true,
    "PrivateProfile": false,
    "LimitedAccount": true,
    "HoursPlayed": false,
    "FamilyShare": true,
    "FamilyOwner": true,
    "NoProfile": true,
    "GameCount": false
  },
  "Thresholds": {
    "VacBan": 2,
    "GameBan": 2,
    "RecentBan": 365,
    "HoursPlayed": 25,
    "GameCount": 1
  },
  "Whitelist": [
    ""
  ]
}​

Thanks and best regards!