Search in sources :

Example 1 with HyperiumCommandHandler

use of cc.hyperium.commands.HyperiumCommandHandler in project Hyperium by HyperiumClient.

the class Hyperium method registerCommands.

/**
 * Register Hyperium commands
 */
private void registerCommands() {
    HyperiumCommandHandler hyperiumCommandHandler = handlers.getHyperiumCommandHandler();
    hyperiumCommandHandler.registerCommand(new CommandBossbarGui());
    hyperiumCommandHandler.registerCommand(new CommandClearChat());
    hyperiumCommandHandler.registerCommand(new CommandConfigGui());
    hyperiumCommandHandler.registerCommand(new CommandCoords());
    hyperiumCommandHandler.registerCommand(new CommandDebug());
    hyperiumCommandHandler.registerCommand(new CommandDisableCommand());
    hyperiumCommandHandler.registerCommand(new CommandGarbageCollect());
    hyperiumCommandHandler.registerCommand(new CommandGuild());
    hyperiumCommandHandler.registerCommand(new CommandKeybinds());
    hyperiumCommandHandler.registerCommand(new CommandLogs());
    hyperiumCommandHandler.registerCommand(new CommandMessage());
    hyperiumCommandHandler.registerCommand(new CommandNameHistory());
    hyperiumCommandHandler.registerCommand(new CommandParticleAuras());
    hyperiumCommandHandler.registerCommand(new CommandParty());
    hyperiumCommandHandler.registerCommand(new CommandPing());
    hyperiumCommandHandler.registerCommand(new CommandStats());
    hyperiumCommandHandler.registerCommand(new CustomLevelheadCommand());
}
Also used : HyperiumCommandHandler(cc.hyperium.commands.HyperiumCommandHandler) CustomLevelheadCommand(cc.hyperium.mods.levelhead.command.CustomLevelheadCommand)

Aggregations

HyperiumCommandHandler (cc.hyperium.commands.HyperiumCommandHandler)1 CustomLevelheadCommand (cc.hyperium.mods.levelhead.command.CustomLevelheadCommand)1