use of com.alessiodp.parties.velocity.messaging.VelocityPartiesMessenger in project Parties by AlessioDP.
the class VelocityPartiesPlugin method initializeCore.
@Override
protected void initializeCore() {
scheduler = new ADPVelocityScheduler(this);
configurationManager = new VelocityPartiesConfigurationManager(this);
messageUtils = new VelocityMessageUtils(this);
messenger = new VelocityPartiesMessenger(this);
super.initializeCore();
}
Aggregations