{
AutoRefPlayer apl = match.getPlayer(parts[2]);
boolean old = parts.length > 3 && "prev".equalsIgnoreCase(parts[3]);
// if we are unable to show the inventory, tell the streamer that
if (apl == null || !apl.showInventory(player, old))
player.sendMessage(ChatColor.DARK_GRAY + "Cannot show inventory for " + parts[2]);
}
}
}
catch (UnsupportedEncodingException e)