2023-09-23 22:25:26 +03:00

2017-04-19 16:57:51 +03:00
2022-08-31 10:25:18 +03:00
[](https://github.com/plan-player-analytics/Plan/actions/workflows/ci.yml)
2023-02-08 08:44:08 +02:00
[](https://sonarcloud.io/dashboard?id=com.djrapitops%3APlan)
2023-02-14 17:22:20 +02:00

2018-12-18 09:33:09 +02:00
[](https://sonarcloud.io/dashboard?id=com.djrapitops%3APlan)
2023-02-08 08:44:08 +02:00
[](https://sonarcloud.io/dashboard?id=com.djrapitops%3APlan)
2023-02-14 17:22:20 +02:00

2023-02-08 08:44:08 +02:00
[](https://sonarcloud.io/summary/overall?id=plan-player-analytics_Plan)
2018-04-08 20:26:53 +03:00
2022-09-04 08:39:01 +03:00
[Documentation & Tutorials ](https://github.com/plan-player-analytics/Plan/wiki ) | [Releases ](https://github.com/plan-player-analytics/Plan/releases ) | [DEV builds ](https://github.com/plan-player-analytics/Plan/actions/workflows/ci.yml?query=branch%3Amaster ) | [Issues & Suggestions ](https://github.com/plan-player-analytics/Plan/issues )
2019-10-22 10:26:12 +03:00
2022-08-22 14:17:29 +01:00
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.
2017-12-06 10:25:46 +02:00
2022-08-22 14:17:29 +01:00
Plan supports multiple different platforms and versions; Spigot, Paper, Sponge, SpongeForge, Bungeecord, Velocity, Cauldron & all derivatives - One jar for all platforms.
2017-12-06 10:25:46 +02:00
2020-01-22 20:54:25 +02:00
- [Version 5 Release trailer on Youtube ](https://www.youtube.com/watch?v=BS_Ti9zkoRc )
2022-09-04 08:39:01 +03:00
## API
- [Javadocs ](https://plan-player-analytics.github.io/Plan/ )
- [API documentation ](https://github.com/plan-player-analytics/Plan/wiki/APIv5 )
[](https://jitpack.io/#plan -player-analytics/Plan)
```xml
< 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 >
```
2019-06-25 22:18:25 +03:00
## Building
2021-10-13 18:45:12 +03:00
You can build the project by running the following in the repository root:
2019-06-25 22:18:25 +03:00
```
cd Plan
2019-12-07 20:13:25 +02:00
./gradlew build
2019-06-25 22:18:25 +03:00
```
- [More information about setting up the project ](https://github.com/plan-player-analytics/Plan/wiki/Project-Setup )
2017-12-06 10:25:46 +02:00
## Used Libraries
2019-10-20 15:09:41 +03:00
- **[SBAdmin 2 Template ](https://github.com/BlackrockDigital/startbootstrap-sb-admin-2 )** | [MIT License ](https://opensource.org/licenses/MIT )
2021-10-13 18:45:12 +03:00
- **[Bootstrap ](https://getbootstrap.com/ )** | [MIT License ](https://v4-alpha.getbootstrap.com/about/license/ )
2019-10-20 15:09:41 +03:00
- **[HighCharts ](https://www.highcharts.com/ )** | [Free for non-commercial ](https://www.highcharts.com/products/highcharts/#non-commercial )
- **[jQuery Datatables ](https://datatables.net/ )** | [MIT License ](https://datatables.net/license/mit )
- **[FullCalendar ](https://github.com/fullcalendar/fullcalendar )** | [MIT License ](https://datatables.net/license/mit )
2017-12-06 10:25:46 +02:00
- **[Font Awesome Icons ](http://fontawesome.io/icons/ )** | [SIL Open Font License ](http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL )
2021-10-13 18:45:12 +03:00
- **[MaxMind GeoIP2 Country ](https://www.maxmind.com/en/geoip2-country-database )** | [MaxMind End User License Agreement (EULA) ](https://www.maxmind.com/en/end-user-license-agreement )
2022-11-22 13:05:13 +02:00
- **[Dagger ](https://dagger.dev/ )** | [Apache-2.0 License ](https://github.com/google/dagger/blob/master/LICENSE.txt )
2022-07-10 14:52:38 +03:00
- **[DependencyDownload ](https://github.com/Vankka/DependencyDownload )** | [MIT License ](https://github.com/Vankka/DependencyDownload/blob/main/LICENSE )
2019-10-05 11:46:18 +03:00
## License
Player Analytics is licensed under LGPL-3 (GNU Lesser General Public License)
2021-10-13 18:45:12 +03:00
- [License ](https://github.com/plan-player-analytics/Plan/blob/master/LICENSE )