mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-06 15:44:49 +08:00
94506cb771
- Removed GenerateAnalysis & CacheAnalysis requests from InfoSystem - Stopped using AnalysisContainer for /server page - Moved constant placeholders to ServerPage - Removed BootAnalysisTask, instead using PeriodicAnalysisTask - Analysis command and periodic analysis task now export instead of making requests anywhere, Bungee will not export on analyze command. |
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
Plan | ||
PlanPluginBridge | ||
scripts | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
Jenkinsfile | ||
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
Building
You can build the project by running the following in the repository root
cd Plan
./gradlew shadowJar