use of com.alessiodp.core.bungeecord.scheduling.ADPBungeeScheduler in project Parties by AlessioDP.
the class BungeePartiesPlugin method initializeCore.
@Override
protected void initializeCore() {
scheduler = new ADPBungeeScheduler(this);
configurationManager = new BungeePartiesConfigurationManager(this);
messageUtils = new BungeeMessageUtils(this);
messenger = new BungeePartiesMessenger(this);
super.initializeCore();
}
Aggregations