Plan/README.md

30 lines
1.8 KiB
Markdown
Raw Normal View History

2017-04-19 15:57:51 +02:00
# ![Player Analytics](https://puu.sh/t8vin.png)
Player Analytics is a Bukkit plugin that gathers data about player activity & displays that data on an internal webserver.
Originally the plugin only displayed data of other plugins, but now it gathers it's own data, while displaying data from various other plugins.
### Links
- [Spigot, Resource page](https://www.spigotmc.org/resources/plan-player-analytics.32536/)
- [Issues & Suggestions](https://github.com/Rsl1122/Plan-PlayerAnalytics/issues)
- [Licence](https://github.com/Rsl1122/Plan-PlayerAnalytics/blob/master/Plan/src/main/resources/licence.yml)
## Documentation
2017-05-14 14:23:21 +02:00
- [Javadocs](https://rsl1122.github.io/Plan-PlayerAnalytics/) (~50% complete, documented packages from plan to plan.database)
2017-05-12 12:19:29 +02:00
- [API](documentation/API.md)
- [Dependencies](documentation/Dependencies.md)
2017-04-19 15:57:51 +02:00
- Data, Collection & Visualisation
2017-05-24 11:39:55 +02:00
- [Gathering the data & Data cache](documentation/DataGathering.md)
- [Stored data & data format](documentation/StoredData.md)
2017-04-19 15:57:51 +02:00
- Analysis
- Visualization
- Guides
2017-05-03 17:40:05 +02:00
- [Configuration](documentation/Configuration.md)
2017-05-15 12:17:21 +02:00
- [Commands & Permissions](documentation/CommandsAndPermissions.md)
2017-05-03 17:40:05 +02:00
- [Localization](documentation/Localization.md)
- [Html Customization](documentation/HtmlCustomization.md)
2017-05-15 12:17:21 +02:00
- [Manage Command Guide](documentation/ManageCommandGuide.md)
2017-05-03 17:40:05 +02:00
- Used libraries
- [Chart.js](http://www.chartjs.org/docs/) | [Licence](http://www.chartjs.org/docs/#notes-license)
- [Plotly.js](https://plot.ly/javascript/) | [Licence](https://github.com/plotly/plotly.js/blob/master/LICENSE)
- [Font Awesome Icons](http://fontawesome.io/icons/) | [Licence](https://opensource.org/licenses/mit-license.html)
2017-05-14 14:22:46 +02:00
- [Sortable Tables](https://kryogenix.org/code/browser/sorttable/) | [Licence](https://kryogenix.org/code/browser/licence.html)