Releases: counterstrikesharp-panel/css-bans
Releases · counterstrikesharp-panel/css-bans
3.1
Release notes V 3.1
- Fixed gloves not applying correctly
- Moved all knifes to one category
- Changed login screen on skins access
Installation docs : https://docs.cssbans.online/
Upgrage guide https://docs.cssbans.online/how-to-update-panel-to-the-latest-version
3.0
Release notes V 3.0
Module Weapon Paints added (SKINS) and other fixes
Requires https://github.com/Nereziel/cs2-WeaponPaints
- Skins jsons files is under resources/json folder.
- Enable module in .env
- Now you can set default mode to dark but enabling the option DEFAULT_THEME_DARK = true
- Fixed add ban error "Ban already exists even though ban didnt exists earlier"
Installation docs : https://docs.cssbans.online/
2.2.7
- minor bug fixed on listing for VIP module.
Release notes V 2.2.7
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 attached here in this release. There are no major changes made, 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": "0.0.0.0.0",
"ServerPort": 27015,
.......................................
}
Example:
{
"TimeMode": 0,
"ServerId": 0,
"VipLogging": false,
"ServerIP": "0.0.0.0.",
"ServerPort": 27015,
"Connection": {
"Host": "",
"Database": "",
"User": "",
"Password": "",
"Port": 3306,
}
}
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