mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-21 05:50:18 +08:00
ffa04f1b9f
- Replaced all uses of boxed primitive type Suppliers with specialized suppliers Eg. Supplier<Integer> with IntSupplier - Replaced uses of CharSet.forName("UTF-8") with StandardCharsets.UTF-8 - Removed Class.forName("org.h2.Driver") as this check is not required since JDBC drivers in the classpath are always loaded since JDK 6. |
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
docs | ||
Plan | ||
PlanPluginBridge | ||
scripts | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
versions.txt |
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
Documentation
Documentation can be found On the Wiki