Go to file
dependabot-preview[bot] 858b64a5ae Bump caffeine from 2.7.0 to 2.8.0 in /Plan
Bumps [caffeine](https://github.com/ben-manes/caffeine) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](https://github.com/ben-manes/caffeine/compare/v2.7.0...v2.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-07 05:52:20 +00:00
.github/ISSUE_TEMPLATE Added an issue template for plugin suggestions 2019-08-05 15:17:24 +03:00
Plan Bump caffeine from 2.7.0 to 2.8.0 in /Plan 2019-08-07 05:52:20 +00:00
PlanPluginBridge Bridge: Removed ProtocolSupport 2019-07-30 11:20:19 +03:00
scripts Parallel gradle execution where possible 2019-08-06 12:16:28 +03:00
.gitattributes
.gitignore
.travis.yml Changed Travis JDK to openjdk8 2019-07-21 18:38:28 +03:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Jenkinsfile Parallel gradle execution where possible 2019-08-06 12:16:28 +03:00
LICENSE
README.md Update README.md 2019-08-06 10:35:18 +03:00
versions.txt Update versions.txt 2019-08-02 16:18:53 +03:00

Player Analytics

Build Status Discord Quality Gate
Maintainability Lines of Code Code coverage Duplicate lines Code Smells

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.

Image

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

Used Libraries