mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-02-02 13:31:29 +01:00
Player Analytics plugin for Minecraft Server platforms (Bukkit/Sponge/Nukkit/BungeeCord/Velocity) - View player activity of your server with ease. 📆
analyticsbukkit-pluginbungeecord-plugindata-collectionhacktoberfestmysqlnukkit-pluginspigot-pluginsponge-pluginsqlitestatisticsvelocity-pluginvisualizationwebserver
5a92ef99fd
More info can be found in the JavaDoc of GeolocationCacheHandler. Misc: Removes unnecessary variables which aren't accessed Adds some debug messages Fix some typos Change some variable names to fulfill the java conventions Making the code somewhat more viewable Correct the amount of requests that can be sent per hour Removes one == null call because the variable is never null |
||
---|---|---|
.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