Search in sources :

Example 1 with SkullCommand

use of com.github.games647.changeskin.bukkit.command.SkullCommand in project ChangeSkin by games647.

the class ChangeSkinBukkit method registerCommands.

private void registerCommands() {
    getCommand("setskin").setExecutor(new SetCommand(this));
    getCommand("skinupdate").setExecutor(new InvalidateCommand(this));
    getCommand("skinselect").setExecutor(new SelectCommand(this));
    getCommand("skinupload").setExecutor(new UploadCommand(this));
    getCommand("skinskull").setExecutor(new SkullCommand(this));
    getCommand("skin-info").setExecutor(new InfoCommand(this));
}
Also used : SkullCommand(com.github.games647.changeskin.bukkit.command.SkullCommand) UploadCommand(com.github.games647.changeskin.bukkit.command.UploadCommand) InfoCommand(com.github.games647.changeskin.bukkit.command.InfoCommand) SelectCommand(com.github.games647.changeskin.bukkit.command.SelectCommand) InvalidateCommand(com.github.games647.changeskin.bukkit.command.InvalidateCommand) SetCommand(com.github.games647.changeskin.bukkit.command.SetCommand)

Aggregations

InfoCommand (com.github.games647.changeskin.bukkit.command.InfoCommand)1 InvalidateCommand (com.github.games647.changeskin.bukkit.command.InvalidateCommand)1 SelectCommand (com.github.games647.changeskin.bukkit.command.SelectCommand)1 SetCommand (com.github.games647.changeskin.bukkit.command.SetCommand)1 SkullCommand (com.github.games647.changeskin.bukkit.command.SkullCommand)1 UploadCommand (com.github.games647.changeskin.bukkit.command.UploadCommand)1