Skip to content

Releases: track/plugin

Fix plugin failing to setup

04 Apr 18:14
2.2.2
d48d3f0
Compare
Choose a tag to compare

Fixes a bug with v2.2.1 where you're unable to track sessions using a valid token.

Thanks to @ByteExceptionM for reporting this!

Fix console errors when disabling plugin

12 Mar 13:54
f395fb7
Compare
Choose a tag to compare

This release just fixes any console errors that may appear when closing the server.

[Bukkit/Spigot] Smaller Size, Faster Performance, Improved Commands

12 Feb 12:46
ad24e54
Compare
Choose a tag to compare

This release focuses on minimising the overall plug-in size, increasing performance, and helping with the overall experience when using Tebex Analytics. This release comes with the following changes:

  • File size reduced from 4mb to ~500kb.
  • Stripped PAPI logic (as its no longer relevant).
  • Organised command permissions.
  • Only tab-complete the sub-commands you've got access to.
  • Added an /analytics & /tebexanalytics command alias.
  • Better error handling.
  • Performance increase by using the native Java request system.
  • Only show Analytics plugin information to players with access.

Players will no longer be able to run /analytics to see what version of Analytics a server is running, instead they'll now need the analytics.admin permission for this. We have also renamed the permission identifier to use analytics.<*> instead, please see the new permission list below..

  • analytics.admin - Access to /analytics command.
  • analytics.debug - Access to /analytics debug command.
  • analytics.reload - Access to /analytics reload command.
  • analytics.setup - Access to /analytics setup command.
  • analytics.stats - Access to /analytics stats command.
  • analytics.track - Access to /analytics track command.
  • analytics.* - Access to all commands.

Thanks for using Tebex Analytics! If you need support or wish to contact us, you can join our Discord server.

Rebrand to Tebex Analytics

29 Jan 10:20
3025667
Compare
Choose a tag to compare

This release migrates Analyse to now become "Tebex Analytics".

Fix first boot

11 Sep 09:49
cdce061
Compare
Choose a tag to compare

This release fixes an issue where Analyse may fail on the first boot.

Added Folia Support & Auto Changelogs!

09 Aug 09:45
7d6c978
Compare
Choose a tag to compare

This release adds Folia support to the Bukkit plugin alongside specifying the changelog when an update happens.

Fix PlaceholderAPI Leaderboards

10 Jul 13:10
401f8f4
Compare
Choose a tag to compare

This release fixes the PlaceholderAPI leaderboards when the placeholder has an underscore in it.

Fix Spigot on Older Versions

09 Jun 08:41
a962609
Compare
Choose a tag to compare

This release fixes versions older than 1.19 from booting up

Fix Floodgate Checks

01 Jun 10:34
ceff6a0
Compare
Choose a tag to compare

This release fixes the error in console when floodgate is enabled when the plugin isn't installed.

This release is only relevant for the Bukkit plugin.

Add Floodgate Support

26 May 14:57
45bc52e
Compare
Choose a tag to compare

This release adds support for the Floodgate plugin as another option for tracking Bedrock players.

If you wish to utilise this instead of the bedrock-prefix, you can enable the hook under the hooks:

hooks:
   floodgate:
            enabled: true

Thank yo @bridgelol for adding this! 🎉