Tags
Creators
Details
21
Compatibility
Changes
Modrinth 用户注意: 由于 Modrinth 的特性,为了不重复发布不同平台的新版本,直接点击下载按钮将下载 Bukkit 版本。如果需要其他平台的版本,请拉到页面底部的“Files”部分选择对应平台的版本。
这是一个正式版本。此版本已经过测试确认没有大的问题,可以使用,建议所有用户和开发者都更新到此版本。
如果在本版本遇到任何问题,请提交 issue。
致服主:MiraiMC 将改用 Java 17 作为开发环境,许多插件,如 ViaVersion,已更激进的使用了 Java 21,没有合适的理由继续停留在 Java 8。请做好升级准备,尤其是 Minecraft 1.12.2 及以下版本,MiraiMC 1.10 开始将不再支持 Java 8。
更新日志
主代码
优化和修复
- 修复短信验证登录时一处逻辑错误
- 代码细节优化
Full Changelog: https://github.com/DreamVoid/MiraiMC/compare/v1.9...v1.9.1
下载说明
MiraiMC-Bukkit.jar- 适用于 Bukkit(如 Spigot、Paper、Folia)服务端MiraiMC-Bungee.jar- 适用于 BungeeCord(如 WaterFall)服务端MiraiMC-Nukkit.jar- 适用于 NukkitX 服务端MiraiMC-Sponge.jar- 适用于 SpongeVanilla 和 SpongeForge 服务端MiraiMC-Velocity.jar- 适用于 Velocity 服务端
Supplementary resources
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:YkTjLA2e:Fh2uc5vC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YkTjLA2e:Fh2uc5vC"
}
