Releases: ApliNi/Chat2QQ
v1.9.2
修复缓存读取错误
v1.9.0 缓存功能更新
What's Changed
- Bump io.github.dreamvoid:MiraiMC-Integration from 1.9-pre1 to 1.9-pre2 by @dependabot[bot] in #53
- Bump org.jetbrains:annotations from 24.1.0 to 25.0.0 by @dependabot[bot] in #54
- Bump org.jetbrains:annotations from 25.0.0 to 26.0.0 by @dependabot[bot] in #56
- Bump io.github.dreamvoid:MiraiMC-Integration from 1.9-pre2 to 1.9-pre3 by @dependabot[bot] in #58
- Bump org.jetbrains:annotations from 26.0.0 to 26.0.1 by @dependabot[bot] in #57
- Bump org.jetbrains:annotations from 26.0.1 to 26.0.2 by @dependabot[bot] in #60
- Bump com.google.code.gson:gson from 2.11.0 to 2.12.1 by @dependabot[bot] in #62
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 by @dependabot[bot] in #64
- Bump com.google.code.gson:gson from 2.12.1 to 2.13.0 by @dependabot[bot] in #65
- Bump com.google.code.gson:gson from 2.13.0 to 2.13.1 by @dependabot[bot] in #66
- Bump io.github.dreamvoid:MiraiMC-Integration from 1.9-pre3 to 1.9.1 by @dependabot[bot] in #67
Full Changelog: v1.8.11...v1.9.0
现在, 插件将通过群成员发送消息和名片修改事件来记录名片信息, 并持久化保存在 temp.yml 文件中. 同时移除了从 MiraiMC 缓存文件中读取群成员信息的功能.
v1.8.11 缓存功能修复
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 兼容性更新
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: false1.8.9-Folia
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 服务器上运行, 经过测试, 基础的功能均能正常使用
v1.8.9 错误修复和功能改进
Full Changelog: v1.8.8...v1.8.9
本次更新没有配置改动!
@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 添加权限, 改进指令
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 许多更新
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, 并优化指令执行相关功能
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
此版本有配置改动, 如果您从很旧的版本更新过来, 建议顺便重建配置