Tags
Creators
Details
22-Bukkit
Compatibility
Changes
这是一个正式版本。此版本已经过测试确认没有大的问题,可以使用,建议所有用户和开发者都更新到此版本。
如果在本版本遇到任何问题,请提交 issue。
致服主:MiraiMC 将改用 Java 17 作为开发环境。许多插件,如 ViaVersion,已更激进的使用了 Java 21,没有合适的理由继续停留在 Java 8。请做好升级准备,尤其是 Minecraft 1.12.2 及以下版本,MiraiMC 1.10 开始将不再支持 Java 8。此版本将是最后一个支持 Java 8 的版本。
更新日志
主代码
优化和修复
- 优化数据库加载流程
Full Changelog: https://github.com/DreamVoid/MiraiMC/compare/v1.9.1...v1.9.2
下载说明
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 服务端
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:dXvhg2bM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YkTjLA2e:dXvhg2bM"
}
