Go to file
Rsl1122 cfe876580f More PluginData, Abstractions, Import Offline players, Optimizations
Permission Group table
PluginData objects now use API#getUserDataInspectCache instead of
getOfflinePlayer (It was slow) - Using FakeOfflinePlayer when
OfflinePlayer is required.
Abstracted CommandSender
New Player UserData Creation optimized
Added Importer for players who haven't joined after Plan was installed.
Added Timings to Status command
Importing now temporarily disables Analysis
BenchmarkUtil now not static
Players Table (On analysis page) now limited to last 3000 players due to
browser performance hit with higher numbers.
GMTimes now saved & Get more efficiently (Batches & Single query)
2017-06-29 22:18:53 +03:00
.github Issue template, some log cleanup 2017-06-06 19:27:10 +03:00
docs
documentation Implementing things 2017-06-16 16:08:35 +03:00
Plan More PluginData, Abstractions, Import Offline players, Optimizations 2017-06-29 22:18:53 +03:00
PlanPluginBridge More PluginData, Abstractions, Import Offline players, Optimizations 2017-06-29 22:18:53 +03:00
.gitattributes
.gitignore Implementing things 2017-06-16 16:08:35 +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