Skip to content

Releases: K4ryuu/K4-System

K4-System V2.0.0

05 Dec 18:35
Compare
Choose a tag to compare
  • 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

K4-System V1.3.4

24 Nov 13:45
Compare
Choose a tag to compare
  • refactor: Optimise gamerule based functions (#39)
  • fix: Visual bugs (#43)
  • fix: Disconnect lag spike (#46)
  • fix: Bots being loaded into DB rarely (#45)
  • fix: Data load lag spikes
  • fix: 161 Segmentation fault
  • fix: Time updates on !time command
  • fix: Alive time not saved properly
  • fix: Random errors on client disconnect

Full Changelog: v1.3.3...v1.3.4

K4-System v1.3.3

21 Nov 18:16
Compare
Choose a tag to compare

Warning

The database schema has changes so you have to regenerate the tables by the plugin, or if you want to keep the data, you should run this command in your database: ALTER TABLE `k4stats` ADD COLUMN `lastseen` DATETIME DEFAULT CURRENT_TIMESTAMP;

  • feat: Last seen value to statistics (#37)
  • fix: Retake bomb plant incompatibility bug (#31,#25)
  • fix: Toplist rank colors (#32, #34)
  • fix: Possible reference problems

Full Changelog: v1.3.2...v1.3.3

K4-System v1.3.2

20 Nov 20:08
Compare
Choose a tag to compare
  • refactor: Optimise EventRoundEnd
  • fix: Headshot not recorded (#23)
  • fix: Some more table prefix fixes
  • fix: Rank top indicates wrong rank colors (#29)
  • fix: Targeting problems (spotted by @skaen)

Full Changelog: v1.3.1...v1.3.2

K4-System v1.3.1

17 Nov 12:46
Compare
Choose a tag to compare
  • Added rank colors to toplist (#22)
  • Fixed loading bug with no config file existing
  • Fixed debug log crash on startup (#21)
  • Fixed config file versioning

Full Changelog: v1.3.0...v1.3.1

K4-System v1.3.0

16 Nov 21:46
Compare
Choose a tag to compare
  • Added customization option to rank scoreboard tags
  • Added save mechanism toplist to show actual data for all online players
  • Added full debug log for the code to let you guys find bugs easier
  • Added option to print summary of point changes in round ends
  • Fixed bomb drop point print
  • Fixed multiple harmless error log for dictionary
  • Fixed several problematic solution

Full Changelog: v1.2.0...v1.3.0

K4-System v1.2.0

13 Nov 22:01
Compare
Choose a tag to compare
  • Added max rank and current rank id to !rank
  • Added player count to toplist
  • Upgraded save mechanism
  • Upgraded data storing mechanism
  • Upgraded point setter mechanism
  • Fixed missing VIP multiplier sections
  • Fixed several minor bug
  • Cleaned and refactored the full code

Full Changelog: v1.1.1...v1.2.0

K4-System v1.1.1

13 Nov 18:42
Compare
Choose a tag to compare
K4-System v1.1.1 Pre-release
Pre-release
  • Imporved rank command response even more

Full Changelog: v1.1.0...v1.1.1

K4-System

13 Nov 17:09
Compare
Choose a tag to compare
K4-System Pre-release
Pre-release
  • Added table prefixes for multiple servers
  • Added config standard from CSS
  • Added module switches to disable specific parts
  • Upgraded rank command with next rank, next points, toplist place
  • Fixed multiple save problems
  • Fixed miss typo
  • And much moreee...

Full Changelog: v1.0.2...v1.1.0

K4-System v1.0.2

11 Nov 23:23
Compare
Choose a tag to compare

Full Changelog: v1.0.1...v1.0.2