use of com.alessiodp.parties.velocity.commands.main.VelocityCommandParty in project Parties by AlessioDP.
the class VelocityPartiesCommandManager method registerCommands.
@Override
public void registerCommands() {
mainCommands = new ArrayList<>();
mainCommands.add(new VelocityCommandParty((PartiesPlugin) plugin));
mainCommands.add(new VelocityCommandP((PartiesPlugin) plugin));
}
Aggregations