[5.0.6] API Data available right after TimoCloud loaded
Hi,
Since many of you struggled with using the TimoCloud API in your plugin's onEnable method, version 5.0.6 makes that possible.
(Explanation: TimoCloud waits and stops the thread until it receives the API data, and if your plugin has set TimoCloud as a dependency in your plugin.yml, the API data will be available in your onEnable method. It shouldn't need more than 0.1 seconds for the API data to arrive, so this update won't slow your server start down.)