Tags
Creators
Details
2.1.3
Compatibility
Changes
Changelog 更新日志
MCDiscordChat 2.1.3 for Minecraft 1.14+ - 2023/3/16
This version still supports versions 1.19.2 and 1.19.3, which have been integrated into the same file.
此版本仍然支持 1.19.2 和 1.19.3 版本,已集成到同一个文件中。
New Features 新特性
-
Support using %playerName% placeholder for custom death messages (#115) 自定义死亡消息支持 %playerName% 占位符
-
Compatible with version 1.19.4 兼容 1.19.4 版本
Changes 更改
-
Fix ru_ru lang causing player disconnections on death (#111) 修复 ru_ru 语言导致玩家死亡时报错
-
Fix modded death source causing player disconnections on death (#114) 修复来自模组的死亡源导致玩家死亡时报错
-
Fix exception when Discord message contains quotation marks (#119) 修复 Discord 消息包含引号时报错
Removed 移除
N/A
Contributors 贡献者
- @Xujiayao
Detailed Information 详细信息
https://github.com/Xujiayao/MCDiscordChat/compare/2.1.2...2.1.3
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:fLICu606"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:D0sHdnXY:fLICu606"
}
