It would be interesting to implement MySQL support along with commands to add and remove admins.
css_addadmin <admin_name> <steamid64> <duration(minutes)/0 (permanent)> <flags/admin groups> <immunity> - Add an administrator
css_deleteadmin <steamid64> - Delete an administrator
In my tests, the plugin currently uses the CSSharp admin system, it would be interesting to leave it in case of adding new admins directly through the CSSharp admin file, but a MySQL database with support for adding and removing admins through the console, so we can synchronize admins across multiple servers, making it easier for those who have multiple servers.
It would be interesting to implement MySQL support along with commands to add and remove admins.
css_addadmin <admin_name> <steamid64> <duration(minutes)/0 (permanent)> <flags/admin groups> <immunity>- Add an administratorcss_deleteadmin <steamid64>- Delete an administratorIn my tests, the plugin currently uses the CSSharp admin system, it would be interesting to leave it in case of adding new admins directly through the CSSharp admin file, but a MySQL database with support for adding and removing admins through the console, so we can synchronize admins across multiple servers, making it easier for those who have multiple servers.