Player Analytics plugin for Minecraft Server platforms (Bukkit/Sponge/Nukkit/BungeeCord/Velocity) - View player activity of your server with ease. 📆
Go to file
Rsl1122 d624cd596f Attempt to fix processing issues on large networks (#498):
- Moved from ArrayBlockingQueue implementation to ExecutorService
- Two ExecutorServices
  - max 2 thread critical service
  - max 6 thread non-critical service
- Critical ExecutorService is used for player data
  - Unprocessed saved on disable, should not cause freezes like old system
2018-04-01 13:53:33 +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 Attempt to fix processing issues on large networks (#498): 2018-04-01 13:53:33 +03:00
PlanPluginBridge Updated PluginBridge jar (2/2) 2018-02-23 10:35:31 +02:00
.gitattributes :octocat: Added .gitattributes 2016-12-08 19:28:26 +02:00
.gitignore Added .sh files to gitignore 2018-02-03 19:05:58 +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