mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 22:05:11 +00:00
更新到2.0.0-alpha.7
This commit is contained in:
parent
d21e1352a3
commit
c7aaf8d20b
6 changed files with 33 additions and 22 deletions
4
.github/ISSUE_TEMPLATE/bug.yml
vendored
4
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
|
@ -22,7 +22,7 @@ body:
|
|||
label: Java Version
|
||||
description: |
|
||||
The version of Java you are using?
|
||||
placeholder: "Example: 17.0.3.1"
|
||||
placeholder: "Example: 17.0.4"
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
|
|
@ -40,7 +40,7 @@ body:
|
|||
label: MCDiscordChat Version
|
||||
description: |
|
||||
The version of MCDiscordChat you are using?
|
||||
placeholder: "Example: 2.0.0-alpha.6"
|
||||
placeholder: "Example: 2.0.0-alpha.7"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
|
|
|||
31
CHANGELOG.md
31
CHANGELOG.md
|
|
@ -1,25 +1,31 @@
|
|||
# Changelog 更新日志
|
||||
|
||||
## MCDiscordChat 2.0.0-alpha.6 for Minecraft 1.14+ - 2022/7/9
|
||||
## MCDiscordChat 2.0.0-alpha.7 for Minecraft 1.14+ - 2022/7/26
|
||||
|
||||
## New Features 新特性
|
||||
|
||||
- Compatible with Quilt Mod Loader (#62)
|
||||
兼容 Quilt 模组加载器
|
||||
- Customizable update notification channel (#66)
|
||||
可自定义更新通知频道
|
||||
|
||||
- Integrate all versions (Minecraft 1.14-1.19+) into a single JAR file (#58)
|
||||
将所有版本 (Minecraft 1.14-1.19+) 集成到一个 JAR 文件中
|
||||
- Add practical logs for multi-server feature
|
||||
为多服务器功能添加实用日志
|
||||
|
||||
- Notify in-game players when someone executes an MCDC command (#48)
|
||||
当有人执行 MCDC 命令时通知游戏内玩家
|
||||
- Sending specific server messages to Discord can be disabled (#70)
|
||||
可禁用向 Discord 频道发送特定服务器消息
|
||||
|
||||
- Send all console log messages to Discord console log channel (#72)
|
||||
将所有控制台日志消息发送到 Discord 控制台日志频道
|
||||
|
||||
- Add the ability for /log command to specify the log file to send
|
||||
添加 /log 命令指定要发送的日志文件的功能
|
||||
|
||||
## Changes 更改
|
||||
|
||||
- Fix SLF4J exception when running lower Minecraft versions
|
||||
修复运行低 Minecraft 版本时的 SLF4J 异常
|
||||
- Fix exclude option for broadcast command execution does not work (#64)
|
||||
修复广播指令执行的排除选项不起作用
|
||||
|
||||
- Optimize the way to implement custom advancement translation
|
||||
优化实现翻译自定义进度的方式
|
||||
- Fix NPE when someone sends a message before server fully starts (#68)
|
||||
修复服务器完全启动前接收消息时的空指针异常
|
||||
|
||||
## Removed 移除
|
||||
|
||||
|
|
@ -28,7 +34,8 @@ N/A
|
|||
## Contributors 贡献者
|
||||
|
||||
- @Xujiayao
|
||||
- @LofiTurtle
|
||||
|
||||
## Detailed Information 详细信息
|
||||
|
||||
https://github.com/Xujiayao/MCDiscordChat/compare/2.0.0-alpha.5...2.0.0-alpha.6
|
||||
https://github.com/Xujiayao/MCDiscordChat/compare/2.0.0-alpha.6...2.0.0-alpha.7
|
||||
|
|
@ -71,7 +71,8 @@ If there is a bug or suggestion, or something you don't understand, you can [sub
|
|||
- Support in-game display of response messages
|
||||
- Broadcast player command execution
|
||||
- Players who execute commands can also see the commands themselves
|
||||
- Broadcast server console log
|
||||
- Exclude broadcasts for execution of specific commands
|
||||
- Send all console log messages to Discord
|
||||
- Server Commands available
|
||||
- Use Discord to manage channels that can execute MCDC commands
|
||||
- Notify in-game players when someone executes an MCDC command
|
||||
|
|
@ -83,9 +84,10 @@ If there is a bug or suggestion, or something you don't understand, you can [sub
|
|||
- Admin Commands
|
||||
- /reload | Reload MCDiscordChat config file (admin only)
|
||||
- /console \<command\> | Execute a command in the server console (admin only)
|
||||
- /log | Get the latest server log (admin only)
|
||||
- /log | Get the specified server log (admin only)
|
||||
- /stop | Stop the server (admin only)
|
||||
- Fully customizable message format
|
||||
- Sending specific server messages to Discord can be disabled
|
||||
- In-game
|
||||
- Chat messages from Discord
|
||||
- Response messages from Discord
|
||||
|
|
@ -98,11 +100,11 @@ If there is a bug or suggestion, or something you don't understand, you can [sub
|
|||
- Player reached a progress / achieved a goal / completed a challenge
|
||||
- Player died
|
||||
- Server MSPT is higher than a certain value
|
||||
- Server sent a console log message
|
||||
- Use admin list to configure user permissions to use special commands
|
||||
- Support Hot Reloading of the config file
|
||||
- Backup every time the config file is loaded
|
||||
- Check for updates regularly
|
||||
- Customizable update notification channel
|
||||
|
||||
## Contributors
|
||||
|
||||
|
|
|
|||
|
|
@ -71,7 +71,8 @@ MCDiscordChat 不会提供关闭自动检查更新的选项。保持最新是良
|
|||
- 支持游戏内显示回复的消息
|
||||
- 可广播玩家指令执行
|
||||
- 执行指令的玩家也可以看到自己执行的指令
|
||||
- 可广播服务器控制台日志
|
||||
- 可排除执行特定指令的广播
|
||||
- 可将所有控制台日志消息发送到 Discord
|
||||
- 可使用服务器命令
|
||||
- 可使用 Discord 管理可执行 MCDC 命令的频道
|
||||
- 当有人执行 MCDC 命令时通知游戏内玩家
|
||||
|
|
@ -83,9 +84,10 @@ MCDiscordChat 不会提供关闭自动检查更新的选项。保持最新是良
|
|||
- 管理员命令
|
||||
- /reload | 重新加载 MCDiscordChat 配置文件(仅限管理员)
|
||||
- /console \<command\> | 在服务器控制台中执行命令(仅限管理员)
|
||||
- /log | 获取服务器最新日志(仅限管理员)
|
||||
- /log | 获取指定的服务器日志(仅限管理员)
|
||||
- /stop | 停止服务器(仅限管理员)
|
||||
- 可完全自定义所有消息格式
|
||||
- 可禁用向 Discord 频道发送特定服务器消息
|
||||
- 游戏内
|
||||
- 来自 Discord 的聊天消息
|
||||
- 来自 Discord 的回复消息
|
||||
|
|
@ -98,11 +100,11 @@ MCDiscordChat 不会提供关闭自动检查更新的选项。保持最新是良
|
|||
- 在玩家达成进度 / 达成目标 / 完成挑战时
|
||||
- 在玩家死亡时
|
||||
- 在服务器 MSPT 高于预警值时
|
||||
- 在服务器发送控制台日志消息时
|
||||
- 可使用管理员名单配置用户使用特殊命令的权限
|
||||
- 支持配置文件热重载
|
||||
- 每次加载配置文件时进行备份
|
||||
- 定期检查更新
|
||||
- 可自定义更新通知频道
|
||||
|
||||
## 贡献者
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
org.gradle.jvmargs=-Xmx4G
|
||||
|
||||
# Mod Properties
|
||||
mod_version=2.0.0-alpha.6
|
||||
mod_version=2.0.0-alpha.7
|
||||
maven_group=top.xujiayao
|
||||
archives_base_name=MCDiscordChat
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
{"version":"2.0.0-alpha.6","changelog":"<https://github.com/Xujiayao/MCDiscordChat/releases/latest>"}
|
||||
{"version":"2.0.0-alpha.7","changelog":"<https://github.com/Xujiayao/MCDiscordChat/releases/latest>"}
|
||||
Loading…
Add table
Reference in a new issue