Automatic removal of bvts does not workBug

I'm issuing a ban. /ban user 5m "VH"/ Everything is issued. But after 5 minutes the ban is not removed, in principle, even after a few days it is not removed.

{
  "Ban - Broadcast": true,
  "Ban - Default Reason": "Banned",
  "Ban - Evade": true,
  "Ban - Evade Reason": "Ban Evade",
  "Ban - Log": true,
  "DataType - Files - use": true,
  "DataType - MySQL - Database": "banlist",
  "DataType - MySQL - Host": "localhost",
  "DataType - MySQL - Pass": "dv434",
  "DataType - MySQL - Port": 3306,
  "DataType - MySQL - use": true,
  "DataType - MySQL - User": "root",
  "DataType - Native - use": true,
  "DataType - PlayerDatabase - IP Filename": "EnhancedBanSystem_IPs.json",
  "DataType - PlayerDatabase - use": false,
  "DataType - SQLite - Database Filename": "banlist.db",
  "DataType - SQLite - use": false,
  "DataType - WebAPI - Banlist": "http://webpage.com/banlist.php?startid={startid}",
  "DataType - WebAPI - Host": "http://webpage.com/api.php?action=ban&pass=mypassword&id={id}&steamid={steamid}&name={name}&ip={ip}&reason={reason}&source={source}&game={game}&platform={platform}&server={server}&tempban={expiration}",
  "DataType - WebAPI - IsBanned": "http://webpage.com/api.php?action=isbanned&pass=mypassword&id={id}&update={update}&steamid={steamid}&ip={ip}&time={time}&name={name}&game=Rust&server=rust.kortal.org:28015",
  "DataType - WebAPI - Unban": "http://webpage.com/api.php?action=unban&pass=mypassword&steamid={steamid}&name={name}&ip={ip}&name={name}&source={source}",
  "DataType - WebAPI - use": false,
  "Denied Connection - Log": true,
  "DiscordMessages - Discord Webhook": "https://support.discordapp.com/hc/en-us/articles/228383668-Intro-to-Webhooks",
  "DiscordMessages - Use Discord": false,
  "Kick - Broadcast": true,
  "Kick - Log": true,
  "Kick - On Ban": true,
  "Permissions - Ban": "enhancedbansystem.ban",
  "Permissions - Banlist": "enhancedbansystem.banlist",
  "Permissions - Kick": "enhancedbansystem.kick",
  "Permissions - Unban": "enhancedbansystem.unban",
  "Server Info - Game": "Rust",
  "Server Info - IP:PORT": "51.195.31.187:8888",
  "Server Info - Platform": "Rust"
}

You're using every data type? During the creation of this plugin I can tell you Native didn't support a duration and not sure if it fully does today. I'll dig into it later this week but I'm pretty sure the native data type is what's keeping the bans.

1Lk8XgOXej9k0zF.png austinv900

You're using every data type? During the creation of this plugin I can tell you Native didn't support a duration and not sure if it fully does today. I'll dig into it later this week but I'm pretty sure the native data type is what's keeping the bans.

It is not removed from data tables after time has elapsed.
If you disable Native, then the console command ban works like Native, the plugin does not intercept, and in this case even the unban command does not work