Player Analytics plugin for Minecraft Server platforms (Bukkit/Sponge/Nukkit/BungeeCord/Velocity) - View player activity of your server with ease. 📆
Go to file
Rsl1122 7949113f6e Moved to use new utility package, attempts at #113
New Utility jar BukkitPluginDependency contains new classes that include
methods & classes usually required for me to start creating a project,
such as:
- Version check
- Abstract command classes (For subcommands & commands w/ subcommands)
- UUIDFetcher
- Log utility
- Benchmarking

It was tested with Plan to ensure it works.
It will be used in the future to lower the threshold of starting a new
project.
2017-06-15 15:14:51 +03:00
.github Issue template, some log cleanup 2017-06-06 19:27:10 +03:00
docs Javadocs about 50% complete. 2017-05-14 15:19:33 +03:00
documentation Update Configuration.md 2017-06-07 10:27:30 +03:00
Plan Moved to use new utility package, attempts at #113 2017-06-15 15:14:51 +03:00
PlanPluginBridge Split Dependencies to another project, 3.4.3 implementation 2017-06-12 23:03:16 +03:00
.gitattributes :octocat: Added .gitattributes 2016-12-08 19:28:26 +02:00
.gitignore Split Dependencies to another project, 3.4.3 implementation 2017-06-12 23:03:16 +03:00
README.md Update README.md 2017-05-24 12:39:55 +03:00

Player Analytics

Player Analytics is a Bukkit plugin that gathers data about player activity & displays that data on an internal webserver. Originally the plugin only displayed data of other plugins, but now it gathers it's own data, while displaying data from various other plugins.

Documentation