Initial implementation of Supervisor.

EssentialsReportContext provides all online players' userdata files if report level is 400 or higher, as well as config.yml if report level is over 200.
This commit is contained in:
Ali Moghnieh 2016-01-25 09:37:05 +00:00 committed by Ali Moghnieh
parent bc08b11011
commit 6231a25413
No known key found for this signature in database
GPG key ID: F09D3A1BAF2E6D70
4 changed files with 117 additions and 0 deletions

View file

@ -911,4 +911,8 @@ public abstract class UserData extends PlayerExtension implements IConf {
public void stopTransaction() {
config.stopTransaction();
}
public EssentialsUserConf getConfig() {
return config;
}
}