mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-30 16:19:56 +08:00
b05ca2e5eb
* 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 |
||
---|---|---|
.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