m0r13 / mclogalyzer

Minecraft Server Log Analyzer
GNU General Public License v3.0
44 stars 20 forks source link

Added Death Counts, Death Types, and Player Pages. #2

Closed greggubben closed 10 years ago

greggubben commented 10 years ago

I like your script and made some enhancements to it that you might like.

I added the ability to collect when a player dies and what type of death it was. The display was modified to show the death counts for users on the main page. I also added a player page which will show all the stats from the main page for that user and will also show all the unique ways the person died.

If you like please merge it into the main code.

Thanks, Gregg

m0r13 commented 10 years ago

Hey, good idea! I had a short look at your additions and there are just some small things maybe I would change, but otherwise it looks good.

I'm still busy until Thursday, then I will have a profound look at your changes.

greggubben commented 10 years ago

Glad you like the additions. Make whatever changes are necessary. I tried my best to stay true to the style and direction of the code, but python is not my first language. :-)

m0r13 commented 10 years ago

Merged your changes and prettified the death types output a little bit. :)