mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 22:05:11 +00:00
更新到2.2.2
This commit is contained in:
parent
dc5b1f5521
commit
3ef36eef92
7 changed files with 27 additions and 33 deletions
1
.github/ISSUE_TEMPLATE/bug.yml
vendored
1
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
|
@ -62,6 +62,7 @@ body:
|
|||
multiple: false
|
||||
options:
|
||||
- "Latest Build"
|
||||
- "2.2.2"
|
||||
- "2.2.1"
|
||||
- "2.2.0"
|
||||
- "1.20-2.1.4"
|
||||
|
|
|
|||
45
CHANGELOG.md
45
CHANGELOG.md
|
|
@ -1,52 +1,43 @@
|
|||
# Changelog 更新日志
|
||||
|
||||
## MC-Discord-Chat 2.2.1 for Minecraft 1.14+ - 2023/9/14
|
||||
## MC-Discord-Chat 2.2.2 for Minecraft 1.14+ - 2023/9/24
|
||||
|
||||
MCDiscordChat has been renamed to MC-Discord-Chat.
|
||||
MCDC now accurately pushes MCDC version updates by checking the compatibility of the server's Minecraft version.
|
||||
|
||||
The comprehensive list of supported Minecraft versions for each MCDC version is now available on Modrinth, CurseForge, and the MCDC Docs.
|
||||
This new feature ensures no more situations where an old MCDC with an old Minecraft version pushes a new MCDC version that doesn't support that particular Minecraft version.
|
||||
|
||||
MCDiscordChat 已更名为 MC-Discord-Chat。
|
||||
MCDC 现在通过检查服务器 Minecraft 版本的兼容性来准确推送 MCDC 版本更新。
|
||||
|
||||
从现在开始,你可以在 Modrinth、CurseForge 和 MCDC 文档中找到每个 MCDC 版本所支持的 Minecraft 版本的全面列表。
|
||||
此新功能可确保不再出现旧 Minecraft 版本中安装的旧 MCDC 推送不支持该特定 Minecraft 版本的新 MCDC 版本的情况。
|
||||
|
||||
## New Features 新特性
|
||||
|
||||
- Customizable messages when Webhook is disabled (#163)
|
||||
可自定义禁用 Webhook 时发送的消息
|
||||
- Compatible with version 1.20.2 (#189)
|
||||
兼容 1.20.2 版本
|
||||
|
||||
- Dynamically generate MCDC help messages (#167)
|
||||
动态生成 MCDC 帮助消息
|
||||
|
||||
- Adjustable permissions for the MCDC /whitelist command (#167)
|
||||
可调整 MCDC /whitelist 命令的使用权限
|
||||
- Push MCDC version updates accurately by checking server Minecraft version compatibility
|
||||
通过检查服务器 Minecraft 版本兼容性来准确推送 MCDC 版本更新
|
||||
|
||||
## Changes 更改
|
||||
|
||||
- Fix Quilt compatibility issue (#164)
|
||||
修复 Quilt 兼容性问题
|
||||
- Fix channel topic monitor not using the correct level name for getting stats information (#139)
|
||||
修复频道主题监视器不使用正确的存档名称来获取统计信息
|
||||
|
||||
- Fix exception when players register before the server is fully started (#168)
|
||||
修复玩家在服务器未完全启动前注册时报错
|
||||
- Optimize JAR file size
|
||||
优化 JAR 文件大小
|
||||
|
||||
- Fix chat messages not being sent when using multi-server mode
|
||||
修复使用多服务器模式时没有发送聊天消息
|
||||
|
||||
- Send MSPT warnings to main channel when console log channel is enabled (#171)
|
||||
启用控制台日志频道时将 MSPT 警告发送到主频道
|
||||
|
||||
- Fix console log messages may be too long (#174)
|
||||
修复控制台日志消息有机会过长
|
||||
- Force not to use cache to obtain player profile
|
||||
强制不使用缓存来获取玩家资料
|
||||
|
||||
## Removed 移除
|
||||
|
||||
N/A
|
||||
- No longer compatible with version 1.19.3
|
||||
不再兼容 1.19.3 版本
|
||||
|
||||
## Contributors 贡献者
|
||||
|
||||
- @Xujiayao
|
||||
- @aria1th
|
||||
|
||||
## Detailed Information 详细信息
|
||||
|
||||
https://github.com/Xujiayao/MC-Discord-Chat/compare/2.2.0...2.2.1
|
||||
https://github.com/Xujiayao/MC-Discord-Chat/compare/2.2.1...2.2.2
|
||||
|
|
@ -51,7 +51,7 @@ If you are interested in contributing to MCDC, you can submit a pull request on
|
|||
|
||||
For code contributions, the build file is located in the `/wrapper/build/libs/` folder.
|
||||
|
||||
For translation contributions, language files are located in the `/wrapper/src/main/resources/lang/` folder. Copy `en_us.json` and rename the new one to your language code to get started. Please provide translations for the entire file for all keys except those starting with the `advancements` and `death` prefixes. Those messages are official translations of Minecraft, which may sync from the official translations at any time.
|
||||
For translation contributions, language files are located in the `/wrapper/src/main/resources/lang/` folder. Copy `en_us.json` and rename the new one to your language code to get started. Please provide translations for the entire file for all keys.
|
||||
|
||||
## Features
|
||||
|
||||
|
|
@ -128,6 +128,7 @@ For translation contributions, language files are located in the `/wrapper/src/m
|
|||
- Support Hot Reloading of the config file
|
||||
- Backup every time the config file is loaded
|
||||
- Check for updates regularly
|
||||
- Push MCDC version updates accurately by checking server Minecraft version compatibility
|
||||
- Customizable update notification channel
|
||||
- Check for updates can be disabled
|
||||
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ MC-Discord-Chat (MCDC), formerly known as MCDiscordChat, a practical and powerfu
|
|||
|
||||
对于代码贡献,构建文件位于 `/wrapper/build/libs/` 文件夹中。
|
||||
|
||||
对于翻译贡献,语言文件位于 `/wrapper/src/main/resources/lang/` 文件夹中。复制 `en_us.json` 并将新的文件重命名为你的语言代码以开始翻译。请为整个文件中除了以 `advancements` 和 `death` 前缀开头的键之外其它所有键提供翻译。那些是 Minecraft 的官方翻译,可随时从官方翻译同步。
|
||||
对于翻译贡献,语言文件位于 `/wrapper/src/main/resources/lang/` 文件夹中。复制 `en_us.json` 并将新的文件重命名为你的语言代码以开始翻译。请为整个文件中所有键提供翻译。
|
||||
|
||||
## 功能特色
|
||||
|
||||
|
|
@ -128,6 +128,7 @@ MC-Discord-Chat (MCDC), formerly known as MCDiscordChat, a practical and powerfu
|
|||
- 支持配置文件热重载
|
||||
- 每次加载配置文件时进行备份
|
||||
- 定期检查更新
|
||||
- 通过检查服务器 Minecraft 版本兼容性来准确推送 MCDC 版本更新
|
||||
- 可自定义更新通知频道
|
||||
- 可禁用检查更新
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx8G
|
|||
org.gradle.parallel=true
|
||||
|
||||
# Mod Properties
|
||||
mod_version=2.2.1
|
||||
mod_version=2.2.2
|
||||
maven_group=top.xujiayao
|
||||
archives_base_name=MC-Discord-Chat
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"version": "2.2.1",
|
||||
"changelog": "<https://github.com/Xujiayao/MC-Discord-Chat/releases/latest>\n\n> MCDiscordChat has been renamed to MC-Discord-Chat.\n> \n> The comprehensive list of supported Minecraft versions for each MCDC version is now available on Modrinth, CurseForge, and the MCDC Docs."
|
||||
"version": "2.2.2",
|
||||
"changelog": "<https://github.com/Xujiayao/MC-Discord-Chat/releases/latest>\n\n> MCDC now accurately pushes MCDC version updates by checking the compatibility of the server's Minecraft version.\n> \n> This new feature ensures no more situations where an old MCDC with an old Minecraft version pushes a new MCDC version that doesn't support that particular Minecraft version."
|
||||
}
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
"versions": [
|
||||
{
|
||||
"version": "2.2.2",
|
||||
"changelog": "<https://github.com/Xujiayao/MC-Discord-Chat/releases/latest>\n\n> TEMP",
|
||||
"changelog": "<https://github.com/Xujiayao/MC-Discord-Chat/releases/latest>\n\n> MCDC now accurately pushes MCDC version updates by checking the compatibility of the server's Minecraft version.\n> \n> This new feature ensures no more situations where an old MCDC with an old Minecraft version pushes a new MCDC version that doesn't support that particular Minecraft version.",
|
||||
"minecraft_dependency": [
|
||||
"~1.14.4",
|
||||
"~1.15.2",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue