A major issue has been corrected that prevented the CombatAnalysis check from functioning correctly. This means for most buyers, the check was not working for a while now.
After a few complaints, almost all of the URL connections are made asynchronously, hence preventing the main-thread from waiting the process to finish and ultimately cause the server to lag.
Logs:
Improved the accuracy of the Ground utilities.
Corrected a Fly neutral head false positive.
Implemented a new Developer API method. (setOnGround)
Updated the public API version of the plugin.
Corrected several potential FastClicks false positives.
Improved the FastClicks check using the UltimateStatistics support.
Corrected a Speed teleportation 1.9 entity-push false positive.
Corrected a VeinMiner class-load compatibility warning.
Implemented an additional lag protection to the UltimateStatistics support.
Added the UltimateStatistics plugin to the compatibility.yml configuration.
Optimized the CombatAnalysis cache handler by making it asynchronous.
Slightly improved the False-Positive-Detection feature.
Optimized the Cloud feature cache handler by making it asynchronous.
Optimized the Developer-report feature cache handler by making it partially asynchronous.
Optimized the Search-Engine feature cache handler by making it partially asynchronous.
Corrected a major issue where the CombatAnalysis check wouldn't function at all.