This update adds a new command, /runifstat. Usage is simple: to run "/say Good stats, <player>" if they have bred over 100 animals, you'd run "/runifstat <player> ANIMALS_BRED gt 100 say Good stats, %player%"
The command runs from console which means that you should not put a / in front of the command, and that you shouldn't give everyone access to /runifstat (permission: statisticeditor.runifstat).
You can use Java-style operators (<, >, ==, !=) or short Perl-style operators (lt, gt, eq, ne). As demonstrated, you can use %player% in the command to represent the target player's name for convenience.