mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-21 05:50:18 +08:00
cfe876580f
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) |
||
---|---|---|
.github | ||
docs | ||
documentation | ||
Plan | ||
PlanPluginBridge | ||
.gitattributes | ||
.gitignore | ||
README.md |
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.
Links
Documentation
- Javadocs (~50% complete, documented packages from plan to plan.database)
- API
- Dependencies
- Data, Collection & Visualisation
- Gathering the data & Data cache
- Stored data & data format
- Analysis
- Visualization
- Guides
- Used libraries