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

K4-System V2.0.0

Compare
Choose a tag to compare
@K4ryuu K4ryuu released this 05 Dec 18:35
· 323 commits to dev since this release
  • feat: Dynamic death points based on the killer and victim points (new config)
  • feat: Configurable commands
  • feat: New Statistics: KDA, Hits Taken, Hits Given, Assists
  • feat: Adding commands top5, top10 will always show that much player u set as number in the end
  • refactor: New visual appearance
  • refactor: Totally remade the plugin from zero

Warning

The database schema and configs has changes so you have to regenerate them by the plugin. If you want to keep the data from MySQL, you should run this command in your database: ALTER TABLE `k4stats` CHANGE COLUMN `hits` `hits_given` INT NOT NULL DEFAULT 0, ADD COLUMN `assists` INT NOT NULL DEFAULT 0, ADD COLUMN `hits_taken` INT NOT NULL DEFAULT 0, ADD COLUMN `kda` DECIMAL(5, 2) NOT NULL DEFAULT 0;

Full Changelog: v1.3.4...v2.0.0