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