{
sender.sendMessage("You must have a selection with WorldEdit already to run this method.");
return true;
}
CoreGoal core = new CoreGoal(team, reg);
if (options.hasOption('r'))
try { core.setRange(Long.parseLong(options.getOptionValue('r'))); }
catch (NumberFormatException e)
{ sender.sendMessage(ChatColor.RED + options.getOptionValue('r') + " is not a valid range."); }
team.addGoal(core);
sender.sendMessage(reg.toString() + " set as " + team.getDisplayName() + "'s TARGET core.");