2.0.1 • Published 11 months ago

kotori-plugin-adapter-minecraft v2.0.1

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
11 months ago

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

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

Config

export const config = Tsu.Object({
  nickname: Tsu.String().default('Romi').describe('Bot\'s name'),
  template: Tsu.Union(Tsu.Null(), Tsu.String()).default('<%nickname%> %msg%').describe('The template of bot sent message ')
})

Supports

Events

  • on_message (MessageScope.PRIVATE and MessageScope.GROUP)

Api

  • sendPrivateMsg

Elements

  • text
  • mention
  • mentionAll

TODO

Todo Events

  • on_group_increase
  • on_group_decrease
  • on_group_ban

Todo Api

  • getGroupMemberInfo
  • getGroupMemberList
  • setGroupAdmin
  • setGroupBan
  • setGroupKick

Other

Adapter server LeviLamina and Java Edition.

Reference

1.0.1

1 year ago

2.0.1

11 months ago

2.0.0

1 year ago

1.0.0

1 year ago