public void execute() throws CommandException {
args.remove(0);
if (!this.permission(sender)){
throw new CommandException(ChatColor.RED + _("permissionDenied"));
}
(new Thread(new PreviousNames(plugin, new PreviousCallback(plugin, sender), target, targetUUID, senderName))).start();
}