Add "Times Rolled" stat to minecraft statistics menu
EthanMac1915 opened this issue ยท 0 comments
I read project readme, checked client side and server side configurations, and no such feature exists - YES
I want to be able to track when a player Rolls, the easiest way I can think to do that is with an added stat in the Minecraft statistics menu. idk how easy that is, but the only other way I can this is with an entity flag like "is_sprinting" but for "is_rolling" and that seems like it would be even more work?