1.0.0 • Published 12 months ago

mineflayer-internal-plugins v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

mineflayer-internal-plugins

Download

npm i mineflayer-internal-plugins

Usage

import { InternalPlugins } from "mineflayer-internal-plugins"
const { InternalPlugins } = require("mineflayer-internal-plugins")

const bot = createBot(/*Options*/);
const plugins= Object.keys(InternalPlugins).map(p=>InternalPlugins[p])
bot loadPlugins([...plugins])