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

Releases: KitsuneLab-Development/K4-System

K4-System v4.1.7

25 Apr 11:25
Compare
Choose a tag to compare

fix: Expensive command crash exploit

Full Changelog: v4.1.6...v4.1.7

K4-System v4.1.6

16 Apr 21:19
Compare
Choose a tag to compare
  • fix: Stats/Points not counted for bots even if they are enabled
  • fix: Hotreload MySQL problems when loading all players
  • fix: Compatibility issues with Multi Addon Manager
  • fix: Bots being processed by MySQL join check
  • fix: HTLV processed to K4Players
  • fix: SaveAllPlayers blocked by bots

Full Changelog: v4.1.5...v4.1.6

K4-System v4.1.5

16 Apr 15:13
Compare
Choose a tag to compare
  • fix: Scoreboard rank missmatch of flag based ones
  • fix: LVLRanks MySQL SteamIDs
  • fix: Death stats not counted properly
  • fix: Clantag set if its empty or disabled

Full Changelog: v4.1.4...v4.1.5

K4-System v4.1.4

14 Apr 19:45
Compare
Choose a tag to compare
K4-System v4.1.4 Pre-release
Pre-release
  • fix: MySQL error logging non-thread problems
  • fix: SaveAllPlayers MySQL transaction problems

Full Changelog: v4.1.3...v4.1.4

K4-System v4.1.2

12 Apr 10:08
Compare
Choose a tag to compare
K4-System v4.1.2 Pre-release
Pre-release
  • fix: AutoPurge query
  • fix: RoundStart error log (#166)
  • fix: Delete invalid players on save-all
  • fix: RankTop not updating instantly (#166)
  • fix: RankTop position display problems (#166)

Full Changelog: v4.1.1...v4.1.2

K4-System v4.1.1

11 Apr 21:15
Compare
Choose a tag to compare
K4-System v4.1.1 Pre-release
Pre-release
  • fix: Upgrade MySQL to primary key instead of UNIQUE
  • fix: Player couldnt load
  • fix: Rank command not prints
  • fix: Player data process

Full Changelog: v4.1.0...v4.1.1

K4-System v4.1.0

11 Apr 17:35
Compare
Choose a tag to compare
K4-System v4.1.0 Pre-release
Pre-release
  • feat: Add Reset option for all module
  • feat: Add 25 new statistics
  • feat: Add new API endpoints
  • fix: Rank name not updating in MySQL
  • fix: Admin shows a user multiple times
  • fix: Toplist and Rank command lag spikes
  • fix: Rank resets sets 0 instead of starting points
  • fix: AutoPurge delete freshly moved database
  • fix: Add loading message to commands where needed
  • optimise: The full plugins code
  • upgrade: Changed support from NET7 to NET8

Update MySQL tables:

ALTER TABLE `k4stats`
ADD `chest_hits` INT NOT NULL DEFAULT 0,
ADD `stomach_hits` INT NOT NULL DEFAULT 0,
ADD `left_arm_hits` INT NOT NULL DEFAULT 0,
ADD `right_arm_hits` INT NOT NULL DEFAULT 0,
ADD `left_leg_hits` INT NOT NULL DEFAULT 0,
ADD `right_leg_hits` INT NOT NULL DEFAULT 0,
ADD `neck_hits` INT NOT NULL DEFAULT 0,
ADD `unused_hits` INT NOT NULL DEFAULT 0,
ADD `gear_hits` INT NOT NULL DEFAULT 0,
ADD `special_hits` INT NOT NULL DEFAULT 0,
ADD `rounds_overall` INT NOT NULL DEFAULT 0,
ADD `rounds_ct` INT NOT NULL DEFAULT 0,
ADD `rounds_t` INT NOT NULL DEFAULT 0,
ADD `bomb_planted` INT NOT NULL DEFAULT 0,
ADD `bomb_defused` INT NOT NULL DEFAULT 0,
ADD `hostage_rescued` INT NOT NULL DEFAULT 0,
ADD `hostage_killed` INT NOT NULL DEFAULT 0,
ADD `noscope_kill` INT NOT NULL DEFAULT 0,
ADD `penetrated_kill` INT NOT NULL DEFAULT 0,
ADD `thrusmoke_kill` INT NOT NULL DEFAULT 0,
ADD `flashed_kill` INT NOT NULL DEFAULT 0,
ADD `dominated_kill` INT NOT NULL DEFAULT 0,
ADD `revenge_kill` INT NOT NULL DEFAULT 0,
ADD `assist_flash` INT NOT NULL DEFAULT 0;

Full Changelog: v4.0.4h...v4.1.0

K4-System v4.0.4h

04 Apr 01:05
Compare
Choose a tag to compare
  • fix: MySQL Deadlocks

Full Changelog: v4.0.4...v4.0.4h

K4-System v4.0.4

28 Mar 19:45
Compare
Choose a tag to compare
  • fix: Table generation problems because of lastseen default value
  • fix: Add validation for country database and include in package

Full Changelog: v4.0.3...v4.0.4

K4-System v4.0.3

26 Mar 21:23
Compare
Choose a tag to compare
K4-System v4.0.3 Pre-release
Pre-release
  • feat: Add proper MySQL error logging to keep track of queries
  • fix: Save query problems at some table, which block full save mechanism
  • fix: Point modifications show new poont instead of old (#155)
  • fix: AutPurge - LVLBase wrong column name to check date
  • fix: AutoPurge - LVLBase error if module not used

Full Changelog: v4.0.2...v4.0.3