Go to file
Aurora Lahtela 8a23b98ce5 Don't throw errors on placeholder request
Affects issues:
- Fixed #3682
2024-07-01 10:11:54 +03:00
.github Update to 1.20.5 Fabric by DrexHD (#3424) 2024-04-20 09:48:33 +03:00
Plan Don't throw errors on placeholder request 2024-07-01 10:11:54 +03: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
sonar-project.properties
versions.txt Update versions.txt 5.6 build 2883 2024-05-26 15:08:30 +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)