Are temporary bans not possible anymore with plugins, or is something not configured correctly?
Are temporary bans not possible anymore with plugins, or is something not configured correctly?

This is what it shows in game and confirmed with players willing to test that it isn't working correctly.
Temporary bans are not temporary and stay permanent.
So what would we need to do differently?
I'm using the commands as you provided them in the Plugin Page.
/ban Apple117 30s "Test"
Yet I get the native warning. What do we need to setup differently?
Change the settings in the config to something other then native.KeithStone
So what would we need to do differently?
I'm using the commands as you provided them in the Plugin Page.
/ban Apple117 30s "Test"
Yet I get the native warning. What do we need to setup differently?
{
"Ban - Broadcast": true,
"Ban - Default Reason": "Banned",
"Ban - Evade": true,
"Ban - Evade Reason": "Ban Evade",
"Ban - Log": true,
"DataType - Files - use": false,
"DataType - MySQL - Database": "banlist",
"DataType - MySQL - Host": "localhost",
"DataType - MySQL - Pass": "toor",
"DataType - MySQL - Port": 3306,
"DataType - MySQL - use": false,
"DataType - MySQL - User": "root",
"DataType - Native - use": false,
"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": "Removed",
"DiscordMessages - Use Discord": true,
"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": "1.1.1.1:28015",
"Server Info - Platform": "Steam"
}What part of that would need to be changed? Sorry just never came across this issue before.