@Override
public void onLoad() {
try {
this.config = new PermissionsExConfig(this.getConfig(), this);
this.commandsManager = new CommandsManager(this);
if (!getServer().getOnlineMode()) {
getLogger().log(Level.WARNING, "This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!");
}
//this.permissionsManager = new PermissionManager(this.config);