Activity Tracker is a Minecraft plugin that tracks the activity of players. It records login sessions and play time, provides leaderboards, detailed per-player statistics, and an optional REST API for exposing activity data to external applications.
- Download the plugin from the releases page.
- Place the JAR in the
pluginsfolder of your Spigot server. - Restart your server.
Activity Tracker includes an optional REST API for external dashboards and applications. See REST_API.md for setup and endpoint documentation.
- User Guide – Getting started and common scenarios
- Commands Reference – Complete list of all commands
- Configuration Guide – Detailed configuration options
You can find the support Discord server here.
Please fill out a bug report here.
Linux:
mvn clean test
Windows:
mvn clean test
If you see BUILD SUCCESS, the tests have passed.
This plugin is built with Maven and targets Java 8.
- Clone the repository:
git clone https://github.com/Dans-Plugins/Activity-Tracker.git - Build the plugin:
mvn clean package - The built JAR will be in the
target/directory.
- Build the plugin JAR with
mvn clean package. - Copy the JAR from
target/into a local Spigot server'spluginsfolder. - Start or restart the server.
| Name | Main Contributions |
|---|---|
| Daniel Stephenson | Creator |
This project is licensed under the GNU General Public License v3.0 (GPL-3.0).
You are free to use, modify, and distribute this software, provided that:
- Source code is made available under the same license when distributed.
- Changes are documented and attributed.
- No additional restrictions are applied.
See the LICENSE file for the full text of the GPL-3.0 license.
This project is in active development.
You can view the bStats page for this plugin here.
See CHANGELOG.md for a release-by-release summary of changes.