Go to file
Rsl1122 a63ab7d65c Refactored SessionsTable#saveSession to an executable:
Affected:
- KillsTable#savePlayerKills
- WorldTimesTable#saveWorldTimes
- KillsTable and WorldTimesTable where execution contained duplication
  with LargeStoreQueries, mainly INSERT_STATEMENT and batch additions
- SessionCache#endSession now returns an Optional Session for future
  refactoring, when Logout transaction is being made.
2019-02-16 14:27:53 +02:00
.github/ISSUE_TEMPLATE
docs
Plan Refactored SessionsTable#saveSession to an executable: 2019-02-16 14:27:53 +02:00
PlanPluginBridge Bump nucleus-api from 1.8.2-S7.1 to 1.8.3-S7.1 in /PlanPluginBridge (#917) 2019-02-13 08:52:28 +00:00
scripts
.gitattributes
.gitignore
.travis.yml Update .travis.yml 2019-01-27 11:31:38 +02:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md Updated build status badge 2019-02-16 14:26:16 +02:00
versions.txt Update versions.txt 2019-02-16 14:26:17 +02: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