Go to file
dependabot[bot] 8a45bd08d0
Bump mockitoVersion from 5.2.0 to 5.3.0 in /Plan (#2971)
Bumps `mockitoVersion` from 5.2.0 to 5.3.0.

Updates `org.mockito:mockito-core` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.2.0...v5.3.0)

Updates `org.mockito:mockito-junit-jupiter` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.2.0...v5.3.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.mockito:mockito-junit-jupiter
  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>
2023-04-14 08:12:44 +03:00
.github Fix ci.yml syntax 2023-02-07 21:36:44 +02:00
Plan Bump mockitoVersion from 5.2.0 to 5.3.0 in /Plan (#2971) 2023-04-14 08:12:44 +03:00
scripts
.gitattributes
.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
jitpack.yml
LICENSE
Plan_architecture_overview.png
README.md Changed java and react badges to be cleaner 2023-02-14 17:22:20 +02:00
sonar-project.properties
versions.txt Update versions.txt 5.5 DEV build 2335 2023-04-09 07:37:38 +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)