Every player that had 0 powerlevel, new and old, regardless of exp, no longer exists in the mcmmo flatfile. 3698 entries out of 10396: gone.
No longer will we have to deal with mcmmo glitching up because the file is too big. I have learned Regex, and it is my bitch for searching and replacing text files such as mcmmo's ugly-as-hell flatfile.
^\w*:0::\w*:\w*:0:\w*:0:0:0:0:0:0:0:0:\w*:\w*:\w*:\w*:\w*:\w*:\w*:\w*::0:\w*:\w*:\w*:\w*:\w*:\w*:\w*:\w*:\w*:0:\w*:\r\n
and
^\w*:0::\w*:\w*:0:\w*:0:0:0:0:0:0:0:0:\w*:\w*:\w*:\w*:\w*:\w*:\w*:\w*::0:\w*:\w*:\w*:\w*:\w*:\w*:\w*:\w*:\w*:0:\w*:\w*:\r\n
Both gone from the file.
Want to learn what that means?
http://www.regular-expressions.info/Start reading.