Logs:
- Implemented 6 new methods to the plugin's Developer API.
- Drastically improved the Data-Types configuration system.
- Updated the plugin's online documentation.
API Changes:
Code (Text):
Added:
void delete(UUID uuid)
void delete(UUID uuid, StatsType statsType)
void enableCategory(StatsType statsType)
void disableCategory(StatsType statsType)
void enableStatistic(EventType eventType)
void disableStatistic(EventType eventType)