Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plan-player-analytics/plan
Player Analytics plugin for Minecraft Server platforms - View player activity of your server with ease. :calendar:
https://github.com/plan-player-analytics/plan
analytics bukkit-plugin bungeecord-plugin data-collection fabric-mod hacktoberfest mysql nukkit-plugin spigot-plugin sponge-plugin sqlite statistics velocity-plugin visualization webserver
Last synced: about 1 month ago
JSON representation
Player Analytics plugin for Minecraft Server platforms - View player activity of your server with ease. :calendar:
- Host: GitHub
- URL: https://github.com/plan-player-analytics/plan
- Owner: plan-player-analytics
- License: lgpl-3.0
- Created: 2016-12-08T17:34:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T00:55:45.000Z (about 2 months ago)
- Last Synced: 2024-10-01T08:21:09.066Z (about 2 months ago)
- Topics: analytics, bukkit-plugin, bungeecord-plugin, data-collection, fabric-mod, hacktoberfest, mysql, nukkit-plugin, spigot-plugin, sponge-plugin, sqlite, statistics, velocity-plugin, visualization, webserver
- Language: Java
- Homepage: https://www.spigotmc.org/resources/plan-player-analytics.32536/
- Size: 81.2 MB
- Stars: 857
- Watchers: 17
- Forks: 170
- Open Issues: 166
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![Player Analytics](http://puu.sh/AXSg7/5f2f78c06c.jpg)
[![Github Actions](https://github.com/plan-player-analytics/Plan/workflows/CI/badge.svg)](https://github.com/plan-player-analytics/Plan/actions/workflows/ci.yml)
[![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=com.djrapitops%3APlan&metric=alert_status)](https://sonarcloud.io/dashboard?id=com.djrapitops%3APlan)
![Java](https://custom-icon-badges.demolab.com/badge/⮞-red?logo=java-white)
[![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)
![React](https://custom-icon-badges.demolab.com/badge/⮞-blue?logo=react-white)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=plan-player-analytics_Plan&metric=ncloc)](https://sonarcloud.io/summary/overall?id=plan-player-analytics_Plan)[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)
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.
- [Version 5 Release trailer on Youtube](https://www.youtube.com/watch?v=BS_Ti9zkoRc)
## API
- [Javadocs](https://plan-player-analytics.github.io/Plan/)
- [API documentation](https://github.com/plan-player-analytics/Plan/wiki/APIv5)[![](https://jitpack.io/v/plan-player-analytics/Plan.svg)](https://jitpack.io/#plan-player-analytics/Plan)
```xml
jitpack
https://jitpack.iocom.github.plan-player-analytics
Plan
{jitpack version}
provided```
## Building
You can build the project by running the following in the repository root:
```
cd Plan
./gradlew build
```- [More information about setting up the project](https://github.com/plan-player-analytics/Plan/wiki/Project-Setup)
## Used Libraries
- **[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/)
- **[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)
- **[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)
- **[Dagger](https://dagger.dev/)** | [Apache-2.0 License](https://github.com/google/dagger/blob/master/LICENSE.txt)
- **[DependencyDownload](https://github.com/Vankka/DependencyDownload)** | [MIT License](https://github.com/Vankka/DependencyDownload/blob/main/LICENSE)## License
Player Analytics is licensed under LGPL-3 (GNU Lesser General Public License)
- [License](https://github.com/plan-player-analytics/Plan/blob/master/LICENSE)