Skip to content

Releases: KitsuneLab-Development/K4-System

K4-System v4.0.1

25 Mar 12:55
Compare
Choose a tag to compare
K4-System v4.0.1 Pre-release
Pre-release

Caution

Scoreboard ranks has been removed from the plugin fully to follow the Steam guidelines, but you can simply drag and drop this plugin of mine onto your server with the new v4.0.1 and it works again. x)

  • feat: Initiated API

K4-System v4.0.0

24 Mar 21:08
Compare
Choose a tag to compare
K4-System v4.0.0 Pre-release
Pre-release

Warning

This is a pre-release.

  • feat: Scoreboard premier point support
  • feat: Auto delete inactive player data from db (day based settings)
  • feat: Scoreboard mm rank support
  • feat: Scoreboard country clantag addon
  • feat: Player mute point messages for themselves (!togglepointmsg)
  • feat: Possibility to hide permission based tags (!toggletag)
  • fix: Possibly fix player count based bug
  • fix: MySQL crash problem by @daffyyyy

Caution

The translation file has changed, so every language other than English got outdated.
The table schema has changed, so you have to run the following MySQL command in your database to upgrade the plugin.

ALTER TABLE `k4ranks`
ADD COLUMN `lastseen` DATETIME NOT NULL AFTER `name`;

ALTER TABLE `k4times`
ADD COLUMN `lastseen` DATETIME NOT NULL AFTER `name`;

Full Changelog: v3.3.10...v4.0.0

K4-System V3.3.10

16 Mar 11:53
dafc534
Compare
Choose a tag to compare

I'm pushing the fixes, because I also started some features, but with low amount of time, it's better to push them separately.

Changes:

  • fix: RoundEndPoints duplicated print amount (visual bug)
  • fix: Possible fix for the log about Entity is not valid (bug since last week)
  • fix: Possible fix for time not saved properly
  • fix: Not enough players print bug
  • fix: Scoreboard rank not getting synced instantly

K4-System V3.3.9

12 Feb 23:25
Compare
Choose a tag to compare
K4-System V3.3.9 Pre-release
Pre-release
  • refactor: Disable MySQL pooling limitations
  • refactor: Remove load repetative code
  • refactor: Offline MySQL reader to some places (use the connections less)
  • fix: MySQL connection is closed before data read
  • fix: Round start message printed twice or more
  • fix: Points not always saved properly (one symbol miss-typo, so sorry...)
  • fix: On some servers the plugin stay in LOADING state (rare bug)
  • fix: Duplicated point messages (rare bug)
  • chore: Rename outdated translations to .outdated

Download: https://github.com/K4ryuu/K4-System/releases/download/v3.3.9/K4-System.zip
Full Changelog: v3.3.7...v3.3.9

K4-System V3.3.8 (EXPERIMENTAL)

12 Feb 19:19
Compare
Choose a tag to compare
Pre-release

This version introduces optimizations to the MySQL-based functions and addresses several memory leaks, enhancing both speed and scalability. Additionally, it ensures that no MySQL queries are not lost because of connections not free, significantly increasing reliability.

I would greatly appreciate your feedback on this specific version to further assist our development efforts. Your insights are invaluable to us.

Full Changelog: v3.3.8...v3.3.8b

K4-System V3.3.8

12 Feb 13:38
Compare
Choose a tag to compare
K4-System V3.3.8 Pre-release
Pre-release
  • refactor: New global cache has been added
  • fix: MySQL connection pool adjust was unable to run
  • fix: MapChange will no longed reload cache
  • fix: MapChange will no longer dupe save cache
  • fix: MapChange will no longer delete cache
  • fix: MapChange lose points because of misstypo in last release

Full Changelog: v3.3.7...v3.3.8

K4-System V3.3.7

11 Feb 23:04
Compare
Choose a tag to compare
K4-System V3.3.7 Pre-release
Pre-release
  • refactor: Adjust MySQL connection pool sizes better
  • refactor: MySQL connection pool prepare to all players join at once
  • fix: MySQL pool size nulled on mapchange, blocking player load
  • fix: Block triple save on mapchange causing query timeout (RoundEnd, MapChange, Disconnect)

Download*: https://github.com/K4ryuu/K4-System/releases/download/v3.3.7/K4-System.zip
Full Changelog: v3.3.6...v3.3.7

K4-System V3.3.6

11 Feb 10:38
Compare
Choose a tag to compare
K4-System V3.3.6 Pre-release
Pre-release

fix: Points not changed because of misstypo

Download: https://github.com/K4ryuu/K4-System/releases/download/v3.3.6/K4-System.zip
Full Changelog: v3.3.4...v3.3.6

K4-System V3.3.5

10 Feb 21:59
Compare
Choose a tag to compare
K4-System V3.3.5 Pre-release
Pre-release

fix: Invalid player blocked from functions (problem by GetPlayers)
fix: Deleted unused id column

Full Changelog: v3.3.4...v3.3.5

K4-System V3.3.4

10 Feb 17:23
Compare
Choose a tag to compare
K4-System V3.3.4 Pre-release
Pre-release
  • fix: Bomb explode using HostageRescueAll points
  • fix: Round win/loss not changing points
  • fix: Invalid SteamID saves
  • [WIP] update: Translations pt-BR by @crashzk in #136

Full Changelog: v3.3.3...v3.3.4