Tags
Creators
Details
2.2.6
Compatibility
Changes
Changelog 更新日志
MC-Discord-Chat 2.2.6 for Minecraft 1.19.1+ - 2024/1/19
New Features 新特性
N/A
Changes 更改
-
Fix messages are ignored if user IDs are put into the botIds list (#207) 修复将用户 ID 放入 botIds 列表时消息被忽略
-
Fix server becomes temporarily unresponsive when sending Webhook messages (#210) 修复服务器在发送 Webhook 消息时暂时无响应
-
Fix inconsistent player names used in MCDC messages to Discord (#208) 修复发送到 Discord 的 MCDC 消息中使用的玩家名称不一致
Removed 移除
N/A
Contributors 贡献者
- @Xujiayao
Detailed Information 详细信息
https://github.com/Xujiayao/MC-Discord-Chat/compare/2.2.5...2.2.6
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:D0sHdnXY:KWGQ6JXw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:D0sHdnXY:KWGQ6JXw"
}
