Go to file
Rsl1122 e5a336a249 Create new file on export if not exists
- Added folder creation to SpecificExport#exportPlayersTableJSON
  in case the folder doesn't exist
- Added StandardOpenOption.CREATE to file write, so that the file
  will be created if it doesn't exist

Affects issues: #1066
2019-06-22 09:11:45 +03:00
.github/ISSUE_TEMPLATE
docs
Plan Create new file on export if not exists 2019-06-22 09:11:45 +03:00
PlanPluginBridge Bump dagger from 2.23.1 to 2.23.2 in /PlanPluginBridge 2019-06-20 06:03:35 +00:00
scripts Update chrome driver version (#1018) 2019-04-29 15:23:56 +03:00
.gitattributes
.gitignore Added gradle out/ folder to gitignore 2019-01-03 12:38:37 +02:00
.travis.yml Update .travis.yml 2019-01-27 11:31:38 +02:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md Update CONTRIBUTING.md 2019-04-07 11:03:02 +03:00
LICENSE
README.md Update travis badge 2019-03-18 21:14:33 +02:00
versions.txt Update versions.txt 2019-05-28 20:32:56 +03:00

Player Analytics

Build Status Discord Quality Gate
Maintainability Lines of Code Code coverage Duplicate lines Code Smells

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.

Image

Documentation

Documentation can be found On the Wiki

Used Libraries