Search in sources :

Example 1 with VelocityCommandP

use of com.alessiodp.parties.velocity.commands.main.VelocityCommandP 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));
}
Also used : VelocityCommandP(com.alessiodp.parties.velocity.commands.main.VelocityCommandP) PartiesPlugin(com.alessiodp.parties.common.PartiesPlugin) VelocityCommandParty(com.alessiodp.parties.velocity.commands.main.VelocityCommandParty)

Aggregations

PartiesPlugin (com.alessiodp.parties.common.PartiesPlugin)1 VelocityCommandP (com.alessiodp.parties.velocity.commands.main.VelocityCommandP)1 VelocityCommandParty (com.alessiodp.parties.velocity.commands.main.VelocityCommandParty)1