Changelog: Entity Accuracy Tracker v1.0.3
New Features
Custom Reset Delay:
Added a GUI, thats allows users to dyanmically set the Accuracy Delay Reset Interval.
Defaults to 5 seconds, but can now be modified.
Bug Fixes & Improvements
Fixed Silent Crash:
Resolved a crash caused by trying to parse "Accuracy: NaN" as a number.
Accuracy Formatting Fixes:
"Accuracy: NaN" and "Last: NaN" are now handled correctly to prevent errors.
"Last Accuracy" now retains values properly instead of resetting unexpectedly.
Tracking Fixes:
Fixed an issue where accuracy tracking would reset incorrectly.
Ensured that the accuracy lock functions as expected.
Changelog: Entity Accuracy Tracker v1.0.2
New Features
5-Second Accuracy Reset:
First Accuracy resets every 5 seconds, updating live every tick.
Last Accuracy Display:
HUD now shows "Last: X%" below "Accuracy: X%", storing the previous 5-second period’s value.
Bug Fixes
No NaN/100% Spikes:
Eliminated HUD flickering or jumps after reset.
Reset Consistency:
Full reset on entity switch or out-of-range now clears all counters properly.