Releases: counterstrikesharp-panel/css-bans
Releases · counterstrikesharp-panel/css-bans
2.2.5
Release notes V 2.2.5
New Module [VIP] Added
- Support for VIP Core module added
Important - Read Below
- Enable module by editing
.env
file VIP settings - You need download the compiled version of VIP Core plugin. There are no major changes mad, only a minor change to track servers into new table vip_servers. No data migration is needed if you are already using VIP Core. Just import this plugin it will auto create vip_servers table.
- Go to
addons/config/plugins/VIPCore
and editvip_core.json
and add your server IP and PORT and restart server. A new table will be created vip_servers with your added server info with id from config file.
{
....................................
"ServerIP": "",
"ServerPort": "",
.......................................
}
2.2.4
Release notes V 2.24
- Added roman lang support
- Fixed ranks tab not disabled when settings is disabled
2.2.2
Release notes V 2.2
- multi language support added
- Fixed group add/edit ui screens error
-
Supports now
Full Changelog: 2.2.1...2.2.2
2.2.1
Release notes V 2.2
Major Update
Create the below table if you are already using the panl
CREATE TABLE `rcons` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
`server_id` int NOT NULL,
`password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
- Update UI to newest version 1.1 with complete re-vamp
- Re-vamped on Bans UI, Admins UI, Dashboard etc.
- Added rcon management - you can now rcon from panel
- Added custom links
- Re-arranged and grouped links on sidebar
- You can now add custom logos and favicon
2.2
Release notes V 2.2
Major Update
Create the below table if you are already using the panl
CREATE TABLE `rcons` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
`server_id` int NOT NULL,
`password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
- Update UI to newest version 1.1 with complete re-vamp
- Re-vamped on Bans UI, Admins UI, Dashboard etc.
- Added rcon management - you can now rcon from panel
- Added custom links
- Re-arranged and grouped links on sidebar
- You can now add custom logos and favicon
2.1
Release notes V 2.1
Major Update
Create the below table if you are already using the panl
CREATE TABLE `rcons` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
`server_id` int NOT NULL,
`password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
- Update UI to newest version 1.1 with complete re-vamp
- Re-vamped on Bans UI, Admins UI, Dashboard etc.
- Added rcon management - you can now rcon from panel
- Added custom links
- Re-arranged and grouped links on sidebar
- You can now add custom logos and favicon
1.4.6
1.4.5
Release notes V 1.4.5
- Added ban by player ip in create and listing
- Fixed ranks dashboard and listing player steam profile links
- Fixed mobile view alignments for listing
- Fixed lastseen in ranks listing
Full Changelog: 1.4.5...1.4.3
1.4.4
Release notes V 1.4.4
- Added ban by player ip in create and listing
- Fixed ranks dashboard and listing player steam profile links
- Fixed mobile view alignments for listing
- Fixed lastseen in ranks listing
1.4.3
Release notes V 1.4.3
Update - Rank system added (k4Ranks)
Step to setup ranks
Download the k4ranks system from github
Setup the ranks on same database as of cssbans
To enable the module go to .env file and edit RANKS="Enabled"
- Add ranks on dashboard
- Added steam profile pics to listing - (uses cache after first load)
- Listing of all the ranks on tab
- Improved UI
- Fixed flickering for dark mode
- Included the addition of modules into framework