PlayerTracker is a plugin for Paper 1.21.x+ servers that serves as an introduction to analytic tracking with Hoglin. It collects various common player metrics and hooks into several plugins when possible to provide extra data. It is designed to be straightforward to install and use, with minimal configuration required to get started.
For developers looking to track custom analytics, this also serves as a good example of usage of the Hoglin SDK.
- Download the jar from our latest release
- Add the jar to your server's
pluginsfolder and restart - Fill out the
config.ymlwith your Hoglin server key, change other config options as required - Restart your server again or run
/playertracker reload
Check out our full documentation for full details on what analytics we track and how to further configure your integration.
To clone the repository, use git clone https://github.com/WaypointStudios/hoglin-player-tracker.git
To then build the plugin, use ./gradlew clean shadowJar