Player Analytics, Sponge/Bukkit/Bungee/Velocity support

5.2-build-1124

Release

AuroraLS3 released this version on Mar 17, 2021

9.7 MB
Download

5.2 build 1124

Sorry for releasing that mess yesterday. I was way too tired to be making a release in the first place, and it only got worse as issues started pouring in. Well, live and learn. Today’s a new day and I have spent 2 hours sorting out issues and testing the join address gathering.

Change log

  • Fixes to join address gathering
    • “Hostname” renamed to “Join addresses” to be more clear
    • This update applies a patch that removes all hostnames gathered by builds 1115-1120 since they are wrong kind of data.
    • Started using proper method on Spigot (PlayerLoginEvent#getHostname). This was tested to be returning the correct thing on my test server
    • Started using proper method on Paper (Player#getVirtualHost#getHostString). This was also tested on my test server.
    • Removed the method call from nukkit since there was no proper method available to gather this data.
    • Moved the hostname pie to its proper location on the server page (It was leaving a gap in the middle of the page)