Updated for 1.17 servers and as rest of the plugins, this one got moved into
CMILib type handling where from now on you will need CMILib for this plugin to work properly. Due to this plugin size went down from 243KB to 73KB
Some small change for hover messages to use better class i did made for my another plugin. Just to have better handling and have smaller chance for it to fail.
Fix for issue when by hovering over text line you see that item is invalid. Issue introduced due to Mojang changes for json formatting for show_item event.
Added option to move left hp placeholder. This will reset damage lines in locale file to update with new variable.
From outside plugin changed just a little bit. But from inside changed base data handling mechanics for allot more better system and easy to manage in future.
Changed command handler so now you can check commands with /recount ?
Changed locale handler
Improvements in correct item name finding and "humannification"
Added some missing damage events to be shown on recount
Added tab complete function
Changed default killer icon to red X, just to avoid some possible issues with unicode.
New commands like /recount taken and /recount dealth. Old aliases like /rec and /recs still works.
Potion effect for time being are show from last damage. So if there is 30 damage events, potions effects will be shown only what their where on last hit. This is not big deal, as killing blow will always have shown potions effects player had when killed you.
Now mobs like skeletons or zombie with weapons will be show in similar way as regular player. What i mean is that weapons monster had when killing you will be shown in detail.
Bunch of other small changes. most of them really hardly noticeable
Recoded like 95% of plugins code. why? Because old code was really messy and to implement new features I needed to do some extreme changes in code. Now its cleaner, better and faster
Now damage is sorted by damage source - 4 categories : Player damage, monster damage, custom damage (like fall, fire, suffocation) and heals. All colour coded, so its easy to get what is what.
Extra info: Average damage and DPS
For time being removed feature to show messages for killer and killer helpers (I will add this back little bit later)
For time being damage list is not sorted by players potions effects, again I will add this little bit later.