MCPcopy
hub / github.com/PrismarineJS/mineflayer / PluginOptions

Interface PluginOptions

index.d.ts:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40export type MainHands = 'left' | 'right'
41
42export interface PluginOptions {
43 [plugin: string]: boolean | Plugin
44}
45
46export type Plugin = (bot: Bot, options: BotOptions) => void
47

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…