Tags
Creators
Details
19
Compatibility
Changes
Modrinth 用户注意: 由于 Modrinth 的特性,为了不重复发布不同平台的新版本,自本版本开始,直接点击下载按钮将下载 Bukkit 版本。如果需要其他平台的版本,请拉到页面底部的“Files”部分选择对应平台的版本。
这是一个发布候选版本,如果本版本没有问题,将直接作为正式版发布。
更新日志
主代码
新增
- 添加自动检查更新任务
优化和修复
- 优化更新提示
由 GitHub 生成的版本说明见下
Full Changelog: https://github.com/DreamVoid/MiraiMC/compare/v1.9-rc1...v1.9-rc2
下载说明
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:O2Ny5K5P"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YkTjLA2e:O2Ny5K5P"
}
