Releases: lovasatt/cs2-MiniAdmin
Releases · lovasatt/cs2-MiniAdmin
MiniAdmin v1.1.0 - The Localization Update
Technical Updates:
- Engine: Upgraded to .NET 8.0.
- API: Compatible with CounterStrikeSharp v1.0.364+.
- Database: Optimized MySQL connection handling with Dapper.
New Features:
- Localization: Full support for 17 languages.
- Admin System: Improved feedback messages for all admin actions.
Bug Fixes:
- Fixed
ws:map prefix stripping (changedTrimtoSubstring). - Fixed
VirtualFunctions.ClientPrintAPI signature crash. - Fixed SteamID handling for Ban/Mute database operations.
Installation & Setup
- Extract: Download and extract the
BaseAdmin.zipinto your server'saddons/counterstrikesharp/plugins/MiniAdminfolder. - First Run: Start your server once. The plugin will automatically generate the following files in the plugin directory:
database.json(Database configuration)maps.txt(List of maps for the menu)admin/folder (Reasons and times)
- Database Config: Open
database.jsonand enter your MySQL/MariaDB credentials (Host, Database, User, Password). - Map List: Edit
maps.txtto include your server's maps.- Use standard names for local maps (e.g.,
de_dust2). - Use the
ws:prefix for workshop maps (e.g.,ws:de_canals).
- Use standard names for local maps (e.g.,
- Finalize: Restart the server. Upon a successful database connection, the plugin will automatically create the necessary tables:
miniadmin_bansminiadmin_adminsminiadmin_mute
Note on Workshop Maps: For the ws: prefix to work, your server must have the maps pre-cached. The recommended way is to use a Steam Workshop Collection by adding +host_workshop_collection <your_collection_id> to your server's startup parameters. This ensures the maps are downloaded and recognized by the game engine.