Player Analytics plugin for Minecraft Server platforms (Bukkit/Sponge/Nukkit/BungeeCord/Velocity) - View player activity of your server with ease. 📆
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Aurora Lahtela f66ed6344a
Fix perm level 2 redirect
2 days ago
.github Fix ci.yml syntax 4 months ago
Plan Fix perm level 2 redirect 2 days ago
scripts Updated javadocs front-page style 2 years ago
.gitattributes :octocat: Added .gitattributes 7 years ago
.gitignore Fixes for Fabric 1.19 by Kopo (#2419) 12 months ago
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 1 year ago
CONTRIBUTING.md Update CONTRIBUTING.md 4 years ago
LICENSE [Merge] Changing license from proprietary to LGPLv3 5 years ago
Plan_architecture_overview.png Add Plan_architecture_overview.png 2 years ago
README.md Changed java and react badges to be cleaner 3 months ago
jitpack.yml Use JDK 18 on Jitpack 11 months ago
sonar-project.properties Add React Sonar Scan 4 months ago
versions.txt Update versions.txt 5.5 build 2391 1 week ago

README.md

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)