An advanced SQL based staff management system for your server which logs actions made by staff to aid in monitoring their overall activity and contributions to your server.
Requirements
- Vault
- Optionally requires Essentials for AFK detection
- MySQL
Installation
- Stop the minecraft server if running.
- Add the .jar file to /plugins.
- Start the minecraft server, the config file will be generated.
- Stop the minecraft server.
- Modify the config file filling in the database (this can be a remotely hosted database) and setting enabled to true. You do not have to create the tables, the plugin will do that for you.
- Start the minecraft server.
- Errors on start up or if the plugin disables itself on start up means you have entered your MySQL details incorrectly, or the connection was not possible. Check your console or server log for more information before reporting a bug.
API
Coming Soon
Maven
<repositories>
<repository>
<id>confuser-repo</id>
<url>http://ci.frostcast.net/plugin/repository/everything</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>me.confuser</groupId>
<artifactId>StaffActivity</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
Metrics
To determine popularity and usage of StaffActivity, plugin installs are automatically tracked by the Metrics plugin tracking system. Your Java version, OS, player count, server country location and plugin & server versions are collected. This is used to determine what environments are using the plugin to ensure full compatibility. This collection is anonymous. If you don't want this tracking, edit plugins/PluginMetrics/config.yml and set opt-out to true.
