Skip to content

Releases: ApliNi/Chat2QQ

v1.8.11 缓存功能修复

11 Jul 17:01
Compare
Choose a tag to compare

What's Changed

  • Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 by @dependabot in #48
  • Bump me.clip:placeholderapi from 2.11.5 to 2.11.6 by @dependabot in #50
  • Bump io.github.dreamvoid:MiraiMC-Integration from 1.8.3 to 1.9-pre1 by @dependabot in #52

Full Changelog: v1.8.10...v1.8.11

修复群成员缓存不启动的问题, 从配置中删除了不必要的部分

v1.8.10 兼容性更新

26 Mar 06:33
Compare
Choose a tag to compare

What's Changed

  • Bump me.clip:placeholderapi from 2.11.3 to 2.11.4 by @dependabot in #36
  • Bump me.clip:placeholderapi from 2.11.4 to 2.11.5 by @dependabot in #37
  • Bump org.jetbrains:annotations from 24.0.1 to 24.1.0 by @dependabot in #38
  • Bump io.github.dreamvoid:MiraiMC-Integration from 1.8-pre2 to 1.8.1 by @dependabot in #39
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 by @dependabot in #40
  • Bump io.github.dreamvoid:MiraiMC-Integration from 1.8.1 to 1.8.2 by @dependabot in #42
  • Bump io.github.dreamvoid:MiraiMC-Integration from 1.8.2 to 1.8.3 by @dependabot in #44
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 by @dependabot in #47

Full Changelog: v1.8.9...v1.8.10

配置更新

bot:
  # 是否转发被其他插件取消过的聊天消息事件, 用于修复一些兼容性问题
  ignoreCancelled: false

1.8.9-Folia

22 Feb 05:56
Compare
Choose a tag to compare

What's Changed

  • Bump me.clip:placeholderapi from 2.11.3 to 2.11.4 by @dependabot in #36
  • Bump me.clip:placeholderapi from 2.11.4 to 2.11.5 by @dependabot in #37
  • Bump org.jetbrains:annotations from 24.0.1 to 24.1.0 by @dependabot in #38
  • Bump io.github.dreamvoid:MiraiMC-Integration from 1.8-pre2 to 1.8.1 by @dependabot in #39
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 by @dependabot in #40
  • Bump io.github.dreamvoid:MiraiMC-Integration from 1.8.1 to 1.8.2 by @dependabot in #42
  • Bump io.github.dreamvoid:MiraiMC-Integration from 1.8.2 to 1.8.3 by @dependabot in #44

Full Changelog: v1.8.9...1.8.9-Folia

这个版本可以在 Folia 服务器上运行, 经过测试, 基础的功能均能正常使用

在这里下载: https://modrinth.com/plugin/chat2qq+

v1.8.9 错误修复和功能改进

10 Sep 02:36
Compare
Choose a tag to compare

Full Changelog: v1.8.8...v1.8.9

本次更新没有配置改动!


区分控制台中的普通日志和qq消息

@ApliNi
ApliNi committed now
Commits on Sep 3, 2023
修复控制台中出现格式化代码

@ApliNi
ApliNi committed last week
Commits on Aug 31, 2023
添加用于在 MCBBS 发布的自述文件

@ApliNi
ApliNi committed last week
Commits on Aug 28, 2023
v1.8.9

@ApliNi
ApliNi committed 2 weeks ago
大多数情况可以使用异步而非创建新线程

@ApliNi
ApliNi committed 2 weeks ago
Commits on Aug 26, 2023
qchat 功能错误修复

@ApliNi
ApliNi committed 2 weeks ago

v1.8.8 添加权限, 改进指令

26 Aug 12:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.7...v1.8.8

添加了一些权限

permissions:
  chat2qq.qq.receive:
    description: 允许收到来自QQ群的消息
    default: true

  chat2qq.chat.requite:
    description: 允许使用前缀符号转发消息到QQ群
    default: true

  chat2qq.join.silent:
    description: 允许悄悄加入服务器
    default: false

  chat2qq.quit.silent:
    description: 允许悄悄离开服务器
    default: false

  chat2qq.command.qchat:
    description: 允许使用 /qchat
    default: op

  chat2qq.command.chat2qq:
    description: 允许使用 /chat2qq
    default: op

  chat2qq:.command.setgroupcacheall:
    description: 允许使用 /chat2qq setgroupcacheall
    default: op

改进 qchat 命令

# 使用方法
- `qchat <消息>` - 发送消息到群
# 命令配置更变

  ## 6
  # 发送消息的指令
  # /qchat <消息> - 使用此指令
  qchat:
    # 使用上方 general.group-ids 中配置的群
    use-general-group-ids: true
    # 消息转发到哪些群, 需要 use-general-group-ids: false
    group-ids:
      - 1000000
    # 如果是玩家使用指令
    player:
      # 转发到QQ群的格式
      # %name% - 玩家名称
      # %message% - 消息
      qq-format: '[%name%] %message%'
      # 是否同时将消息广播到MC服务器
      mc-broadcast: true
      # 广播到MC服务器的
      mc-format: '§f[§7%name%§f] §7%message%'
    # 如果是控制台或插件使用指令, 同时绕过关键词和玩家黑名单
    console:
      # %message% - 消息
      qq-format: '%message%'

v1.8.7 许多更新

27 Jul 11:57
Compare
Choose a tag to compare

What's Changed

  • Bump io.github.dreamvoid:MiraiMC-Integration from 1.8-rc1 to 1.8-pre2 by @dependabot in #29

Full Changelog: v1.8.6...v1.8.7

此版本有许多配置更新, 请查看提交或重建配置.

v1.8.6 支持 MiraiMC-1.8-pre2, 并优化指令执行相关功能

06 Jun 12:54
Compare
Choose a tag to compare

What's Changed

  • 更新指令输出等待时间功能, 优化指令执行功能, 添加指令输出占位符及多行预处理功能. 更新自述文件 by @ApliNi in #24
  • Bump MiraiMC-Integration from 1.8-pre1 to 1.8-pre2 by @dependabot in #25
  • 一个性能改进

New Contributors

Full Changelog: v1.8.5...v1.8.6

此版本有配置改动, 如果您从很旧的版本更新过来, 建议顺便重建配置

v1.8.5 功能逻辑修复

12 Apr 15:19
Compare
Choose a tag to compare

Full Changelog: v1.8.4...v1.8.5

改动: 对1.8.4版本的功能修复
  - 使预处理模块处理每行消息而不是整句消息
  - 添加示范配置
  - 更新1.8.4版本的描述

v1.8.4 预处理指令返回消息

12 Apr 14:15
Compare
Choose a tag to compare

Full Changelog: v1.8.3...v1.8.4

新增功能

  • 预处理指令返回消息, 用于处理返回到QQ群的消息

配置改动
在 aplini 中追加

  ## 3.1
  # 预处理指令返回消息, 用于处理返回到QQ群的消息
  pretreatment-command-message:
    enabled: true
    # 使用方法: 如上
    list:
      # 删除格式化字符
      - regular: '§[a-z0-9]'
        to_regular: ''

      # 示例: co插件翻页消息处理
      #- regular: '◀? ?第 (.*) 页 ▶? ?\((.*)\)'
      #  to_regular: '第 $1 页,  使用 /co page <页码> 翻页'

覆盖 aplini.pretreatment 中的注释

    # **使用方法**
    # list:
    #   - 匹配方式: prefix (前缀匹配), 处理方式: to_all, to_replace
    #              contain (包含), 处理方式: to_all, to_replace
    #              equal (完全相等), 处理方式: to_all
    #              regular (正则匹配), 处理方式: to_all, to_regular
    #
    #     处理方式: to_all (替换整条消息)
    #              to_replace (替换匹配到的部分)
    #              to_regular (使用正则替换, 可使用正则变量)
    #
    #     是否发送: send (填写 send 配置将取消转发送匹配到的消息, 不需要时请忽略)
    #
    # > 正则的性能较差, 请尽量避免使用很多正则
    # 示例配置, 默认配置了一些可能有用的功能:

请在1.8.5版本发布页面下载

v1.8.3 修复部分插件无指令返回消息

12 Apr 13:45
Compare
Choose a tag to compare

Full Changelog: v1.8.2...v1.8.3

更新

  • 修复部分插件无指令返回消息

配置
没有配置改动