mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-03 04:21:37 +00:00
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:
parent
bc08b11011
commit
6231a25413
4 changed files with 117 additions and 0 deletions
|
@ -911,4 +911,8 @@ public abstract class UserData extends PlayerExtension implements IConf {
|
|||
public void stopTransaction() {
|
||||
config.stopTransaction();
|
||||
}
|
||||
|
||||
public EssentialsUserConf getConfig() {
|
||||
return config;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue