Player Analytics plugin for Minecraft Server platforms (Bukkit/Sponge/Nukkit/BungeeCord/Velocity) - View player activity of your server with ease. 📆
Go to file
Rsl1122 a60f77f06f Fixed some enable issues on Bukkit version. More:
Tested functioning:
- Enable
- Reload
- Analysis & Inspect command
- Debug page
- WebServer functions partially

Tested not functioning:
- /player/playername (Null response)
  - Some PageHandlers return null Response (Not supposed to)
- /server/  (Endless "Refreshing" page)
- /server/name
  - Style responses not found in sub folders (eg /server/page)
- /players (jquery.dataTables.js Unexpected token)
- Internal InfoRequests do not work as intended
- Internal errors in RequestHandler
- /plan manage backup, restore, setup

Not Tested, probably not functioning:
- Bungee
- /plan manage setup

Not implemented:
- Player online information to transfer table
- Config setting transfer
- Bukkit - Bungee Set-up
2018-01-24 21:59:53 +02: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 Fixed some enable issues on Bukkit version. More: 2018-01-24 21:59:53 +02:00
PlanPluginBridge Fixed PlanPluginBridge compile issues 2018-01-24 20:26:38 +02:00
.gitattributes :octocat: Added .gitattributes 2016-12-08 19:28:26 +02:00
.gitignore Update .gitignore 2018-01-11 13:19:51 +02: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 Update README.md 2017-12-06 10:25:46 +02: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.

Image

Documentation

Documentation can be found On the Wiki

Used Libraries