Some plugins not receiving `OnServerInitialized` hook on server started

I having wierd issue, some plugins are not receiving `OnServerInitialized` hook when server sends it to every plugins on server started.

Вut if you reload this plugin, it will receive hook and in right sort
What may be wrong? Example of plugin BlueprintManager
I even tried do so:

[HookMethod("OnServerInitialized")]
void OnServerInitialized()

this will not help

During server load look for any errors in the counsel while it is loading all the plugins,

f9JfyXofq4Fc1Rp.png Razor

for any errors

No Errors!