Private Profiles

I'd like to put this plugin on my server, but I'm worried that it will kick everyone who has a private profile. Most people on my server have a private profile. I just want it really to kick players who have a vac or game ban

In config just under Kicking settings, set Private Profile to false: "PrivateProfile": false,

Okay did I do this correctly? I just want the plugin to only kick players who have a Vac/Game ban. That's it, our server doesn't allowed for any Vac/Game bans on steam accounts. Does the number 1 beside Vac and Game mean they are allowed one ban? I set private profile to false. Is below correct in what I want it to do? Thanks :) Also how do i put this plugin to work without it banning private accounts? Because I will have to make changes to the config file...?

{
  "AdditionalKickMessage": "Contact Discord for more Information",
  "ApiKey": "Your Steam APi Key here",
  "BroadcastKick": false,
  "CacheDeniedPlayers": false,
  "CachePassedPlayers": true,
  "DiscordRolesToMention": [123456789,987654321],
  "discordWebHookUrl": "Http://WebhookHere.com",
  "Kicking": {
    "CommunityBan": true,
    "TradeBan": true,
    "PrivateProfile": false,
    "LimitedAccount": true,
    "NoProfile": true,
    "FamilyShare": false,
    "ForceHoursPlayedKick": false
  },
  "LogInsteadofKick": false,
  "Thresholds": {
    "MaxVACBans": 0,
    "MinDaysSinceLastBan": -1,
    "MaxGameBans": 0,
    "MinSteamLevel": -1,
    "MaxAccountCreationTime": -1,
    "MinGameCount": -1,
    "MinRustHoursPlayed": -1,
    "MaxRustHoursPlayed": -1,
    "MinOtherGamesPlayed": -1,
    "MinAllGamesHoursPlayed": -1
  }
}​


Merged post

So I tried it out and uploaded this plugin to my server, and the whole server crashed and it also didn't make a config file lol.