Skip to content

Releases: counterstrikesharp-panel/css-bans

3.1

06 Jun 17:09
Compare
Choose a tag to compare
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

2
1

4
3

3.0

05 Jun 18:31
Compare
Choose a tag to compare
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
1

4
3

2.2.7

30 May 07:13
Compare
Choose a tag to compare
  • minor bug fixed on listing for VIP module.

Release notes V 2.2.7

New Module [VIP] Added

image

  • 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 edit vip_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

29 May 18:48
Compare
Choose a tag to compare

Release notes V 2.2.5

New Module [VIP] Added

image

  • 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 edit vip_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

24 May 10:43
Compare
Choose a tag to compare

Release notes V 2.24

  • Added roman lang support
  • Fixed ranks tab not disabled when settings is disabled

2.2.2

21 May 18:41
Compare
Choose a tag to compare

Release notes V 2.2

  • multi language support added
  • Fixed group add/edit ui screens error
  • Supports now

image

Full Changelog: 2.2.1...2.2.2

2.2.1

17 May 18:06
Compare
Choose a tag to compare

Release notes V 2.2

Major Update

image
image

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

17 May 15:56
Compare
Choose a tag to compare
2.2

Release notes V 2.2

Major Update

image
image

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

17 May 15:35
Compare
Choose a tag to compare
2.1

Release notes V 2.1

Major Update

image
image

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

11 May 09:10
Compare
Choose a tag to compare

Release notes V 1.4.6

  • Added responsive table for bans/mutes/ranks to view additional columns under collpase.
    image
  • Added poition to rank
  • Increased rank listing length