}
@Override
public boolean onCommand(CommandSender sender, Command command, String label, String[] args)
{
AutoReferee plugin = AutoReferee.getInstance();
World world = plugin.getSenderWorld(sender);
AutoRefMatch match = plugin.getMatch(world);
// reparse the args properly using the string tokenizer from org.apache.commons
args = new StrTokenizer(StringUtils.join(args, ' '), StrMatcher.splitMatcher(),
StrMatcher.quoteMatcher()).setTrimmerMatcher(StrMatcher.trimMatcher()).getTokenArray();