body()), now()->addDays(3)); } catch(ConnectionException $connectException) { Log::critical('Could not connect to Mojang servers: Cannot check/refresh status', [ 'message' => $connectException->getMessage() ]); } } View::share('mcstatus', json_decode(base64_decode(Cache::get('mojang_status')), true)); } }