Skip to main content
Glama
index.ts288 B
import { Bot } from "mineflayer"; import { PVP } from "./PVP"; export function plugin(bot: Bot) { const pvp = new PVP(bot); bot.pvp = pvp; } declare module "mineflayer" { interface Bot { pvp: PVP; } } export * from './Cooldown'; export * from './TimingSolver';

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/leo4life2/minecraft-mcp-http'

If you have feedback or need assistance with the MCP directory API, please join our Discord server