Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Releases: K4ryuu/CS2_SimpleRanks

SimpleRanks v1.3.0

06 Nov 11:25
Compare
Choose a tag to compare
  • Added scoreboard ranks option with new config value
  • Fixed compile warnings

Full Changelog: v.1.2.1...v1.3.0

SimpleRanks v1.2.1

05 Nov 13:08
Compare
Choose a tag to compare
  • RankTop has been fixed

Simple Ranks v1.2.0

04 Nov 11:36
Compare
Choose a tag to compare
  • Added FFA compatibility as requested at #5
  • Added rank top list, which shows top 5 players with !ranktop

WARNING

This version has different MySQL table schema, so in order to use the plugin, you have to update your current or delete it, to let the plugin generate the new itself again. To update the current table without data loss, you should use the following command.

ALTER TABLE `k4ranks` ADD `name` VARCHAR(255) DEFAULT NULL;

Full Changelog: v1.1.0...v1.2

Simple Ranks v1.1.0

03 Nov 17:19
Compare
Choose a tag to compare
  • Added option to not to modify points for an event if the value is set to 0 in the configs
  • Fixed MySQL performance problems as the following: #3, #4
  • Fixed MySQL table creation problems as the following: #2

Full Changelog: v1.0.0...v1.1.0

Simple Ranks v1.0.0

01 Nov 21:37
460098e
Compare
Choose a tag to compare
  • Fixed crash from dictionary
  • Fixed lag from MySQL