use of com.alessiodp.parties.velocity.addons.VelocityPartiesAddonManager in project Parties by AlessioDP.
the class VelocityPartiesPlugin method postHandle.
@Override
protected void postHandle() {
addonManager = new VelocityPartiesAddonManager(this);
economyManager = new VelocityEconomyManager(this);
eventManager = new VelocityEventManager(this);
super.postHandle();
new VelocityMetricsHandler(this);
((VelocityPartiesConfigurationManager) getConfigurationManager()).makeConfigsSync();
}
Aggregations