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

K4-System v4.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@K4ryuu K4ryuu released this 24 Mar 21:08
· 82 commits to dev since this 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