Remove Supervisor support.

This reverts commit 442d97a1b1, fcbd3deb6b, and 6231a25413.

Due to the lack of proper dependency deployment and availability users are unable to build EssentialsX without doing some manual installations. Until issue is resolved Supervisor support is dropped.
This commit is contained in:
Ali Moghnieh 2017-05-04 13:52:59 +01:00
parent 4bfabaa1d3
commit af5d2c2fca
No known key found for this signature in database
GPG key ID: F09D3A1BAF2E6D70
5 changed files with 2 additions and 125 deletions

View file

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