with the plugin im working on i have to get some server info that is not ready when the plugin is loaded. as a work around im using the serverReadyEvent to load my plugin. my plugin main class is loaded when plugin are loaded then waits for the serverReadyEvent before it continues.
Code
my current issue now is when plugins are reloaded the serverReadyEvent is not triggered so my plugin doesnt continue loading.
my question is, could we get a Boolean Server.isReady or maybe an enum serverState(enum.State)? or am i already missing something in the api?