Skip to content

Releases: Staartvin/Statz

Statz v1.6.2 - Hotfix

02 Feb 21:20
Compare
Choose a tag to compare

One of the issues that was present in Autorank's code, was also present here. This hotfix resolves the following bug:

  • Statz providing errors when PlaceholderAPI was not installed.

Additionally, a new placeholder was added (%statz_time_played_formatted%). For a list of (native) placeholders, see https://statz.staartvin.com/placeholders/placeholders

Statz v1.6.1

01 Feb 08:41
Compare
Choose a tag to compare

If you are running Autorank, you must update it too: https://github.com/Staartvin/Autorank-2/releases/tag/v4.5

Changes from the previous version:

  • Fix issues when a mismatched version of Autorank was installed on your server

New features:

  • Add native support for placeholders. This means you don't have to install an extension any more!

Statz v1.6

08 Jul 08:42
Compare
Choose a tag to compare

Changes from the previous version:

  • Use HikariCP as MySQL connection manager. This will not change anything for you admins, but provides a more stable connection to the SQL database used by Statz.
  • GUI of inventory has been improved significantly
  • Prevent error when storing commands that are too long in the database
  • It is no longer required to download PluginLibrary, as Statz will automatically load it from within its own source code. You can now remove it from your plugins folder!

New features:

  • Statistics of offline players will now be included when importing from vanilla statistics

If you are also running Autorank, make sure to update it too: https://github.com/Staartvin/Autorank-2/releases/tag/v4.4

Statz 1.5.5

01 Dec 13:50
Compare
Choose a tag to compare

This release contains the following updates from the previous version:

  • There is a new option 'enable logging' that allows you to enable or disable logging behavior. By default, it is set to false.
  • The debug output is also disabled by default.
  • When right-clicking on the Statz GUI, the player will go back to the main menu. No more typing the command again!
  • Statz now longer keeps track of how far an arrow was pulled back before it was shot to preserve some space in storage.
  • The patches system is overhauled:
    • Statz will automatically apply patches to your database if needed.
    • Statz will automatically check if patches are needed before performing them.
    • Statz will automatically create backups of your database before patching, so you can rollback if something went wrong or you want to rollback.
    • There is an option in the config to disable automatic backups of your database before patching. By default, Statz will make automatic backups.
    • Note that you will need to specify a different database where Statz will store the backups of your server.
  • Fix issue where Paper servers didn't properly show messages from Statz.
  • Fix issue where Statz would start crying if it couldn't find PluginLibrary (even though it's not strictly necessary).