Skip to content

Releases: counterstrikesharp-panel/css-bans

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

1.4.5

10 May 15:27
Compare
Choose a tag to compare

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

10 May 15:16
Compare
Choose a tag to compare

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

08 May 17:28
Compare
Choose a tag to compare

Release notes V 1.4.3

Update - Rank system added (k4Ranks)

image

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