2 sdk/js/server/blocked
Braydon edited this page 2024-04-15 13:02:17 -07:00

Mojang Blocked

Example

import { isMojangBlocked } from "restfulmc-lib";

const blocked: boolean = await isMojangBlocked("arkhamnetwork.org");
console.log(`The server is ${blocked ? "" : "not "}blocked`);

Output

$ bun index.ts 
The server is blocked