Plan/README.md

44 lines
3.0 KiB
Markdown
Raw Normal View History

2018-07-17 13:30:05 +02:00
# ![Player Analytics](http://puu.sh/AXSg7/5f2f78c06c.jpg)
2017-04-19 15:57:51 +02:00
2020-02-27 09:02:45 +01:00
![Github Actions](https://github.com/plan-player-analytics/Plan/workflows/Java%20CI/badge.svg)
2020-06-19 21:13:15 +02:00
[![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=com.djrapitops%3APlan&metric=alert_status)](https://sonarcloud.io/dashboard?id=com.djrapitops%3APlan)
2018-12-18 08:33:09 +01:00
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=com.djrapitops%3APlan&metric=ncloc)](https://sonarcloud.io/dashboard?id=com.djrapitops%3APlan)
[![Code coverage](https://sonarcloud.io/api/project_badges/measure?project=com.djrapitops%3APlan&metric=coverage)](https://sonarcloud.io/dashboard?id=com.djrapitops%3APlan)
2018-04-08 19:26:53 +02:00
[API, Documentation & Tutorials](https://github.com/plan-player-analytics/Plan/wiki) | [Releases](https://github.com/plan-player-analytics/Plan/releases) | [Issues & Suggestions](https://github.com/plan-player-analytics/Plan/issues)
2019-10-22 09:26:12 +02: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 on the server such as Online activity, Playerbase and how these change over time.
2017-12-06 09:25:46 +01:00
2019-10-05 10:46:18 +02:00
Plan supports multiple different platforms and versions;
2020-01-17 22:06:29 +01:00
Spigot, Paper, Sponge, SpongeForge, Bungeecord, Velocity, Cauldron & all derivatives - One jar for all platforms.
2017-12-06 09:25:46 +01:00
2020-01-22 19:54:25 +01:00
- [Version 5 Release trailer on Youtube](https://www.youtube.com/watch?v=BS_Ti9zkoRc)
2019-06-25 21:18:25 +02:00
## Building
You can build the project by running the following in the repository root:
2019-06-25 21:18:25 +02:00
```
cd Plan
2019-12-07 19:13:25 +01:00
./gradlew build
2019-06-25 21:18:25 +02:00
```
- [More information about setting up the project](https://github.com/plan-player-analytics/Plan/wiki/Project-Setup)
2017-12-06 09:25:46 +01:00
## Used Libraries
2019-10-20 14:09:41 +02:00
- **[SBAdmin 2 Template](https://github.com/BlackrockDigital/startbootstrap-sb-admin-2)** | [MIT License](https://opensource.org/licenses/MIT)
- **[Bootstrap](https://getbootstrap.com/)** | [MIT License](https://v4-alpha.getbootstrap.com/about/license/)
2019-10-20 14:09:41 +02: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 09:25:46 +01: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)
- **[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)
- **[Slimjar](https://github.com/SlimJar/slimjar)**| [MIT License](https://github.com/slimjar/slimjar/blob/master/LICENSE)
- **[Dagger](https://dagger.dev/)**| [Apache-2.0 License](https://github.com/google/dagger/blob/master/LICENSE.txt)
2019-10-05 10:46:18 +02:00
## License
Player Analytics is licensed under LGPL-3 (GNU Lesser General Public License)
- [License](https://github.com/plan-player-analytics/Plan/blob/master/LICENSE)