1.0.0 • Published 23 days ago

kotori-plugin-adapter-minecraft v1.0.0

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
23 days ago

@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