use of com.alessiodp.parties.bungeecord.messaging.BungeePartiesMessenger 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