Player Analytics plugin for Minecraft Server platforms (Bukkit/Sponge/Nukkit/BungeeCord/Velocity) - View player activity of your server with ease. 📆
Go to file
Risto Lahtela b05ca2e5eb
Enforced some upper-limit checkstyle rules (#1132)
* Checkstyle: Enforced catch parameter name

* Checkstyle: Enforced ClassFanOutComplexity 85

* Checkstyle: Enforced ClassTypeParameterName

* Checkstyle: Enforced CommentsIndentation

* Checkstyle: Enforced CovariantEquals

* Checkstyle: Enforced CyclomaticComplexity 18

* Checkstyle: Enforced DefaultComesLast

* Checkstyle: Enforced EmptyCatchBlock

* Checkstyle: Enforced EmptyForIteratorPad

* Checkstyle: Enforced EmptyStatement

* Checkstyle: Enforced FileLength 1750

* Checkstyle: Enforced GenericWhitespace

* Checkstyle: Enforced HideUtilityClassConstructor

* Checkstyle: Enforced IllegalInstantiation

* Checkstyle: Enforced IllegalThrows

* Checkstyle: Enforced LambdaParameterName

* Checkstyle: Enforced LineLength 3000

* Checkstyle: Enforced MissingOverride

* Checkstyle: Enforced PackageAnnotation

* Checkstyle: Enforced NestedTryDepth 1

* Checkstyle: Enforced UnnecessaryParentheses

* Checkstyle: Enforced MethodLength 150

* Checkstyle: Enforced NoWhitespaceAfter
2019-08-09 09:02:46 +03:00
.github/ISSUE_TEMPLATE Added an issue template for plugin suggestions 2019-08-05 15:17:24 +03:00
Plan Enforced some upper-limit checkstyle rules (#1132) 2019-08-09 09:02:46 +03: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 :octocat: Added .gitattributes 2016-12-08 19:28:26 +02:00
.gitignore Added gradle out/ folder to gitignore 2019-01-03 12:38:37 +02:00
.travis.yml Changed Travis JDK to openjdk8 2019-07-21 18:38:28 +03:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-10-09 13:07:37 +03:00
CONTRIBUTING.md Update CONTRIBUTING.md 2019-04-07 11:03:02 +03:00
Jenkinsfile Parallel test execution, moved clean-up 2019-08-07 14:58:52 +03:00
LICENSE [Merge] Changing license from proprietary to LGPLv3 2018-10-28 08:59:38 +02:00
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