use of com.alessiodp.parties.bungeecord.addons.BungeePartiesAddonManager in project Parties by AlessioDP.
the class BungeePartiesPlugin method postHandle.
@Override
protected void postHandle() {
addonManager = new BungeePartiesAddonManager(this);
economyManager = new BungeeEconomyManager(this);
eventManager = new BungeeEventManager(this);
super.postHandle();
new BungeeMetricsHandler(this);
((BungeePartiesConfigurationManager) getConfigurationManager()).makeConfigsSync();
}
Aggregations