spawnResult.metaInformation.spawnTime = System.currentTimeMillis();
// Finally load and register plugin
try {
new InjectHandler(this.pluginManager).init(spawnedPlugin);
// Obtain all methods
final Method[] methods = getMethods(c);
// 2. Call all init methods