kotori-plugin-adapter-minecraft
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

@kotori-bot/kotori-plugin-adapter-minecraft

Base on mcwss package for Minecraft Bedrock Edition,support private and group scope.

Config

interface CmdConfig extends Adapter {
  'command-prefix': string; // no "/"
  port: number; // server port,
  address: string; // server address,
  nickname?: string; // name of bot
  template: null | string; // bot message formation, example: <§b§l%nickname%§f> §a%msg%§f
}

Reference

Package Sidebar

Install

npm i kotori-plugin-adapter-minecraft

Weekly Downloads

118

Version

2.0.0

License

GPL-3.0

Unpacked Size

47.2 kB

Total Files

11

Last publish

Collaborators

  • biyuehu