// Module Administration
getCommand("inv").setExecutor(new InvPluginCommand(this));
getCommand("hax").setExecutor(new HaxPluginCommand(this));
getCommand("chuck").setExecutor(new ChuckPluginCommand(this));
getCommand("kban").setExecutor(new KillBanCommand(this));
}