Support SpongeAPI10
- Now instead of using the
OkHttplibrary, the Http client from the java standard library will be used. - With no calls to the
OkHttplibrary, there is no longer a need to load theKotlinlibrary on the server. - The code for the
/woo pingcommand has been updated. Reduced code size while preserving functionality. The time of waiting for a response from the site has been increased to 5000ms.