mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-20 01:25:37 +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
8161488747
- Added a new config updater that can move and remove config values - Updated the config format to be easier to understand and read. - Made config updater update old configs to the new format - Removed Settings enum - Added generics to Setting, changed from interface to a class - Created new classes that hold static Setting objects - Added generics to PlanConfig - Added PlanConfig#get for getting Setting with generic types. - Moved config calls made during object initialization, possibly eliminating bugs that ignored config settings on first boot - Added more export settings - Added JSON Export (#700) - Fixed Buycraft graph not following Locale setting for timestamps - Extracted PluginBridge Bridge interface for mocking during tests |
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
docs | ||
Plan | ||
PlanPluginBridge | ||
scripts | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
versions.txt |
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
Documentation can be found On the Wiki