Made the plugin collect only the "amount" sub-statistic when the settings.yml option "show_only_amounts" is set to "true".
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: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)
Logs:
- Drastically improved the SQL feature with new abilities.
- Made the SQL feature auto-reconnect whenever connection is lost.
- Implemented a new option to the mysql.yml configuration. (use_SSL)
Removed the unused Patreon alternative licensing system to prevent suspicions raised from the forums' staff team.
Logs:
- Prevented the Piracy protection from malfunctioning in specific cases.
- Removed the existing PlaceholderAPI placeholders and implemented new ones.
PlaceholderAPI Changes:
Code:Added: %ustats_stats_<stats>_<key>% %ustats_topplayer_<stats>% Removed: %ustats_<player>_<stats>_<key>% %ustats_self_<stats>_<key>%
Logs:
- Improved the Piracy protection.
- Corrected a player stats-list underscore replace bug.
- Corrected a player stats-list same data bug.
- Implemented 1.15 compatibility.
- Implemented decimal trimming bro the PlaceholderAPI compatibility.
