get('server'); $serverConfig = Config::get('servers', true); return $manager->initCore($serverConfig); } /** * @throws Exception */ public function start() { $server = $this->initCore(); $server->start(); } }