Corrected a console error caused by clicking own inventory items when using the statistics inventory menus.
Logs:
- Slightly improved the compatibility with the Spartan AntiCheat.
- Removed the confusing and unnecessary op_bypass settings.yml option.
- Implemented jumping sub-statistics to the Distance Travelled statistic.
- Made movement statistics faster & null-pointer error proof.
Improved the PlaceholderAPI compatibility with support for calculated sub-statistics instead of only stored ones.
Logs:
- Slightly improved the SQL feature with better console messages.
- Corrected a bug where Live category’s Health statistics wouldn’t be retrieved by the API.
- Corrected a bug where the Live category’s Time Spent statistics would be abnormally big.
Logs:
- Implemented tab completion for the plugin's commands.
- Implemented 2 new Developer API methods.
API Changes:
Code:Added: EventType[] getEvents(StatsType statsType) StatsType getStatsType(EventType eventType)
