I think this will work, only partially tested:
Code:
mmo-champion.com##li.postbitignored
mmo-champion.com#?#li.postcontainer:-abp-has(> div.postdetails > div.userinfo > dl.userinfo_extra > dd:-abp-contains(/^([0-9]|1[0-9]|20)$/))
The first one already mentioned before hides ignored users totally, the second one hides users with a post count of 20 or less.
Add it to the filters list in Adblock or uBlock. The bit between the slashes at the end is a Regex expression and means - a digit, or a 1 followed by a digit, or 20. It can be changed accordingly.