Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

K4-System V2.0.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@K4ryuu K4ryuu released this 28 Dec 12:59
· 298 commits to dev since this release

Important

Required CSS version to run the plugin: 142

-- 2023.12.28 - V2.0.5

  • feat: New statistics: Headshot percentage
  • feat: New statistics: Accuracy
  • feat: LevelRanks Compatibility added for webpanels
  • feat: MySQL table validation to prevent errors and crashes
  • fix: Stats Command MissType
  • fix: DynamicDeathPoints calculate problems
  • fix: Bot point calculations (now they are not counted if disabled)
  • refactor: Optimised the compiler options

-- 2023.12.15 - V2.0.4

  • feat: Game win stats
  • feat: Game lose stats
  • feat: Round win percentage stats
  • feat: Game win percentage stats
  • feat: First blood count stats
  • feat: Permissions per ranks (any 3rd party plugin supported)
  • feat: Points for playtime
  • fix: Duplicate promote/demote

Caution

The table schema has changed

Update k4stats table from v2.0.3 to v2.0.5

ALTER TABLE `k4stats`
ADD COLUMN `firstblood` INT NOT NULL DEFAULT 0,
ADD COLUMN `shoots` INT NOT NULL DEFAULT 0,
ADD COLUMN `game_win` INT NOT NULL DEFAULT 0,
ADD COLUMN `game_lose` INT NOT NULL DEFAULT 0;

Full Changelog: v2.0.3...v2.0.5