Player Analytics plugin for Minecraft Server platforms (Bukkit/Sponge/Nukkit/BungeeCord/Velocity) - View player activity of your server with ease. 📆
Go to file
Rsl1122 b104e8ca03 Made Graph Factories that use Dagger to initialize new Graphs.
Inject Graphs to access these factories.
Moved WorldTimes Alias playtime calculations to WorldAliasSettings

Renamed some Graphs to be shorter and unambiguous:
AbstractLineGraph -> LineGraph
AbstractPieChart -> Pie
AbstractPieChartWithDrilldown -> PieWithDrilldown
AbstractStackGraph -> StackGraph

Abstracted away some details and made some graph classes package private

Fixed tests for Line graphs, removed Stack graph test for now
2018-09-16 17:23:21 +03:00
.github Update ISSUE_TEMPLATE 2017-11-13 20:18:19 +02:00
docs Updated Javadoc docs folder (2) 2017-10-02 21:53:35 +03:00
Plan Made Graph Factories that use Dagger to initialize new Graphs. 2018-09-16 17:23:21 +03:00
PlanPluginBridge AdvancedBan support (#688) 2018-08-16 16:59:54 +03:00
.gitattributes :octocat: Added .gitattributes 2016-12-08 19:28:26 +02:00
.gitignore Added .db files to gitignore 2018-08-06 11:07:38 +03:00
.travis.yml Fixed travis.yml 2018-07-16 18:26:02 +03:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-10-09 13:07:37 +03:00
CONTRIBUTING.md Update CONTRIBUTING.md 2017-10-24 11:38:52 +03:00
README.md Add sponge link to readme (#654) 2018-07-24 07:57:55 +03:00
versions.txt Update versions.txt 2018-08-11 19:19:57 +03:00

Player Analytics

Build Status Discord
Quality Gate

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.

Image

Documentation

Documentation can be found On the Wiki

Used Libraries