Search in sources :

Example 1 with BungeeCommandParty

use of com.alessiodp.parties.bungeecord.commands.main.BungeeCommandParty in project Parties by AlessioDP.

the class BungeePartiesCommandManager method registerCommands.

@Override
public void registerCommands() {
    mainCommands = new ArrayList<>();
    mainCommands.add(new BungeeCommandParty((PartiesPlugin) plugin));
    mainCommands.add(new BungeeCommandP((PartiesPlugin) plugin));
}
Also used : BungeeCommandP(com.alessiodp.parties.bungeecord.commands.main.BungeeCommandP) PartiesPlugin(com.alessiodp.parties.common.PartiesPlugin) BungeeCommandParty(com.alessiodp.parties.bungeecord.commands.main.BungeeCommandParty)

Aggregations

BungeeCommandP (com.alessiodp.parties.bungeecord.commands.main.BungeeCommandP)1 BungeeCommandParty (com.alessiodp.parties.bungeecord.commands.main.BungeeCommandParty)1 PartiesPlugin (com.alessiodp.parties.common.PartiesPlugin)1