Changelog 更新日志
MCDiscordChat 2.0.0-alpha.4 for Minecraft 1.14+ - 2022/6/30
New Features 新特性
-
Support all Fabric Minecraft versions (Minecraft 1.14+) (#39) 支持所有 Fabric 版本(Minecraft 1.14+)
-
Use Discord to manage channels that can execute MCDC commands (#44) 使用 Discord 管理可执行 MCDC 命令的频道
-
Add support for Stickers and GIFs (#49) 添加对贴纸和 GIF 的支持
-
Messages from bots or users can be excluded without enabling multi-server mode 不启用多服务器模式也可以排除其它机器人或者用户的消息
-
Unicode emoji parsing can be disabled (#50) 可以禁用 Unicode 表情符号解析
Changes 更改
-
Fix process not terminating when updateChannelTopic is enabled 修复启用更新频道主题功能时进程没有终止的问题
-
Fix custom advancements not translated (#35) 修复自定义进度不翻译的问题
-
Fix in-game hyperlink parsing error when sending URLs 修复发送网址时游戏内超链接解析错误的问题
Removed 移除
N/A
Contributors 贡献者
- @Xujiayao
- @svr333
Detailed Information 详细信息
https://github.com/Xujiayao/MCDiscordChat/compare/2.0.0-alpha.3...2.0.0-alpha.4
Changelog 更新日志
MCDiscordChat 2.0.0-alpha.3 for Minecraft 1.17.x/1.18.x/1.19.x - 2022/6/10
New Features 新特性
-
Version 1.19.x supported 支持 1.19.x 版本
-
Players who execute commands can also see the commands themselves 执行指令的玩家也可以看到自己执行的指令
-
Use the bot itself to send chat messages when Webhook URL is not filled (#36) 未填写 Webhook URL 时使用机器人自身发送聊天消息
Changes 更改
N/A
Removed 移除
-
Version 1.16.x is no longer supported 不再支持 1.16.x 版本
-
Check for updates is no longer compatible with MCDC v1 versions 检查更新不再兼容 MCDC v1 版本
Contributors 贡献者
- @Xujiayao
Detailed Information 详细信息
https://github.com/Xujiayao/MCDiscordChat/compare/2.0.0-alpha.2...2.0.0-alpha.3
Changelog 更新日志
MCDiscordChat 2.0.0-alpha.2 for Minecraft 1.16.x/1.17.x/1.18.x - 2022/5/14
⚠ Reminder 提醒
This version has a significant change compared with previous versions. Please make sure to repeat the steps in the MCDiscordChat Docs and do not copy and paste anything directly from the old config file, as this may cause errors!
此版本与之前的版本相比有重大变化。请务必重复 MCDiscordChat 文档 中的步骤,并且不要直接从旧配置文件中复制和粘贴任何内容,因为这可能会导致错误!
New Features 新特性
-
Add switch to send notification of new updates to all admins (#22) 添加向所有管理员发送新更新的通知的开关
-
Add display of max player count to /info command message 在 /info 命令消息中添加玩家人数上限的显示
-
Add switch to modify in-game chat messages (#24) 添加修改游戏内聊天消息的开关
-
Add switch to display Discord server nickname in game 添加游戏内显示 Discord 服务器昵称的开关
-
Add the ability to display response messages in game 添加游戏内显示回复的消息的功能
-
Add the ability to fully customize all in-game messages (#28) 添加完全自定义所有游戏内消息的功能
-
Add the ability to update Discord channel topic (#19) 添加使用 Discord 频道主题功能显示服务器状态的功能
-
Add the ability to customize the interval of timers 添加自定义定时器间隔的功能
-
Add switch to disable @ mentions in game (#31) 添加游戏内禁用 @ 提及的开关
-
Add the ability to mention roles in game 添加游戏内提及身份组的功能
-
Add the ability to highlight and open hyperlinks in game 添加游戏内高亮和打开超链接的功能
-
Backup every time when loading the config file 每次加载配置文件时进行备份
-
Automatically check for updates every 6 hours 每 6 小时自动检查更新
Changes 更改
-
Modify GitHub issue templates 修改 GitHub 议题模板
-
Fix /info message missing line breaks when at least two players are online (#26) 修复在多人在线时 /info 命令信息缺少换行的问题
-
Rename some variables in the config file 重命名配置文件中的一些变量
-
Fix advancements does not send correctly (#30) 修复进度发送错误的问题
-
Allow processing of messages sent by bots (except webhooks) (#32) 允许处理机器人发送的消息(Webhook 除外)
Removed 移除
-
Disable submission of blank GitHub issues 禁止提交空白 GitHub 议题
-
Disable HTML escaping of the config file 禁用配置文件的 HTML 转义
Contributors 贡献者
- @Xujiayao
Detailed Information 详细信息
https://github.com/Xujiayao/MCDiscordChat/compare/2.0.0-alpha.1...2.0.0-alpha.2
Changelog 更新日志 | 🥳 Welcome to MCDC v2!
MCDiscordChat 2.0.0-alpha.1 for Minecraft 1.16.x/1.17.x/1.18.x - 2022/3/31
I highly recommend you update MCDC and take advantage of the new features! Bug reports or other suggestions are welcome!
MCDC is completely rewritten, so there may be some bugs. Please state the exact version you are using when reporting an issue.
我强烈推荐你更新 MCDC 并使用新功能!欢迎提交错误报告或其他建议!
MCDC 已完全重写,因此可能存在一些错误。请在报告问题时说明你使用的确切版本。
⚠ Reminder 提醒
This version has a significant change compared with previous versions. Please make sure to backup your old MCDC config file (mcdiscordchat.json), repeat the steps in the MCDiscordChat Docs and do not copy and paste anything directly from the old config file, as this may cause errors!
此版本与之前的版本相比有重大变化,请务必备份你的旧 MCDC 配置文件 (mcdiscordchat.json),重复 MCDiscordChat 文档 中的步骤,并且不要直接从旧配置文件中复制和粘贴任何内容,因为这可能会导致错误!
New Features 新特性
-
Print the MCDC introduction when starting the server 启动服务器时打印 MCDC 介绍 @Xujiayao
-
Show changelog when a new version is available 新版本可用时显示更新日志 @Xujiayao
-
Add GitHub issue templates 添加 GitHub 议题模板 @Xujiayao
-
Unicode emoji (non-server custom emoji) can also be highlighted in-game Unicode 表情符号(非服务器自定义表情符号)也可以在游戏中高亮显示 @Xujiayao
-
Bot activity status can be switched between 'playing' and 'listening' 机器人活动状态可以在「正在玩」和「正在听」之间切换 @Xujiayao
-
Server console and Discord console log channel can print chat messages from Discord 服务器控制台和 Discord 控制台日志频道可打印来自 Discord 的聊天消息 @Xujiayao
-
Use Discord Application (Slash) Command 使用 Discord 应用(斜杠)命令 @Xujiayao
-
Add /log command to allow admins to get the latest server logs directly from Discord 添加 /log 命令使管理员可直接从 Discord 获取最新的服务器日志 @Xujiayao
Changes 更改
-
Rewrite all files and optimize code and logic 重写所有文件并优化代码和逻辑 @Xujiayao
-
Modify the project description 修改项目描述 @Xujiayao
-
Change the implementation method of message cooldown 更改消息冷却的实现方式 @Xujiayao
-
Change the default format of Discord console log messages 更改 Discord 控制台日志消息的默认格式 @Xujiayao
-
Check for updates using temporary files for v1 compatibility 使用临时文件检查更新以兼容 v1 版本 @Xujiayao
-
Use JDA.shutdownNow() to resolve process hangs when stopping the server 使用 JDA.shutdownNow() 解决停止服务器时的进程挂起问题 @Xujiayao
-
Fix backslashes still exist when ignoring (escaping) Markdown formatting 修复忽略(转义)Markdown 格式时反斜杠仍然存在的问题 @Xujiayao
-
Modify the format of the MCDC help menu 修改 MCDC 帮助菜单的格式 @Xujiayao
-
Change the implementation method of multi-server 更改多服务器的实现方式 @Xujiayao
Removed 移除
-
Exception stack traces are no longer sent to the Discord channel 不再向 Discord 频道发送异常堆栈跟踪 @Xujiayao
-
Remove the function of modifying the admin list in Discord 移除在 Discord 修改管理员列表的功能 @Xujiayao
-
Remove the super admin list 移除超级管理员列表 @Xujiayao
Detailed Information 详细信息
https://github.com/Xujiayao/MCDiscordChat/compare/1.12.1...2.0.0-alpha.1
更新日志 Changelog
MCDiscordChat 1.12.1 for Minecraft 1.17.x/1.18.x - 2022/3/5
新特性 New Features
N/A
更改 Changes
- 修复使用 1.18.2 时 Mixin 注入失败的问题 Fix Mixin injection failure when using 1.18.2 @Xujiayao (#16)
移除 Removed
N/A
详细信息 Detailed Information
https://github.com/Xujiayao/MCDiscordChat/compare/1.12.0...1.12.1
更新日志 Changelog
MCDiscordChat 1.12.0 for Minecraft 1.17.x/1.18.x - 2022/3/3
从此版本开始,更新日志将重新设计并同时使用中英文编写。 Changelog will be redesigned and written in both Chinese and English starting from this version.
新特性 New Features
-
可自定义 Discord 机器人命令前缀 Customizable Discord bot command prefix @Xujiayao (#13)
-
可广播服务器控制台日志 Broadcast server console log @Xujiayao (#15)
-
使用 GitHub Actions Use GitHub Actions @Xujiayao
更改 Changes
- 使用 OkHttp Use OkHttp @Xujiayao
移除 Removed
N/A
详细信息 Detailed Information
https://github.com/Xujiayao/MCDiscordChat/compare/1.11.4...1.12.0