Go to file
dependabot[bot] 263fb73f25
Bump com.mysql:mysql-connector-j from 9.1.0 to 9.2.0 in /Plan (#3947)
Bumps [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) from 9.1.0 to 9.2.0.
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/compare/9.1.0...9.2.0)

---
updated-dependencies:
- dependency-name: com.mysql:mysql-connector-j
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-15 17:22:10 +02:00
.github Overhaul build system for subproject dependency wiring (#3953) 2025-02-11 21:43:58 +02:00
Plan Bump com.mysql:mysql-connector-j from 9.1.0 to 9.2.0 in /Plan (#3947) 2025-02-15 17:22:10 +02:00
scripts
.gitattributes
.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
jitpack.yml Update jitpack.yml to use JDK 21 2024-04-20 10:34:03 +03:00
LICENSE
Plan_architecture_overview.png
README.md Update README.md 2023-09-23 22:25:26 +03:00
sonar-project.properties Add React Sonar Scan 2023-02-07 21:35:13 +02:00
versions.txt Update versions.txt 5.6 build 2965 2025-02-01 08:31:54 +00:00

Player Analytics

Github Actions Quality Gate   Java Lines of Code Code coverage   React Lines of Code

Documentation & Tutorials | Releases | DEV builds | Issues & Suggestions

Player Analytics is a fully-fledged solution for the analytics needs of your Minecraft server. A built-in webserver displays insights into different aspects of the server such as Online activity, Playerbase, and how these change over time.

Plan supports multiple different platforms and versions; Spigot, Paper, Sponge, SpongeForge, Bungeecord, Velocity, Cauldron & all derivatives - One jar for all platforms.

API

<repository>
    <id>jitpack</id>
    <url>https://jitpack.io</url>
</repository>

<dependency>
    <groupId>com.github.plan-player-analytics</groupId>
    <artifactId>Plan</artifactId>
    <version>{jitpack version}</version>
    <scope>provided</scope>
</dependency>

Building

You can build the project by running the following in the repository root:

cd Plan
./gradlew build

Used Libraries

License

Player Analytics is licensed under LGPL-3 (GNU Lesser General Public License)