Tags
Creators
Details
18
Compatibility
Changes
Modrinth 用户注意: 由于 Modrinth 的特性,为了不重复发布不同平台的新版本,自本版本开始,直接点击下载按钮将下载 Bukkit 版本。如果需要其他平台的版本,请拉到页面底部的“Files”部分选择对应平台的版本。
这是一个发布候选版本,如果本版本没有问题,将直接作为正式版发布。
更新日志
主代码
新增
优化和修复
- 优化插件配置读取
- 修复数据库配置加载问题
- 优化插件命令处理
- 代码细节优化
Bukkit
优化和修复
- 移除
PaperPluginLoader - 优化插件命令加载
由 GitHub 生成的版本说明见下
What's Changed
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 by @dependabot in https://github.com/DreamVoid/MiraiMC/pull/545
- Bump org.codehaus.mojo:versions-maven-plugin from 2.17.1 to 2.18.0 by @dependabot in https://github.com/DreamVoid/MiraiMC/pull/548
- Bump org.apache.logging.log4j:log4j-core from 2.24.1 to 2.24.2 by @dependabot in https://github.com/DreamVoid/MiraiMC/pull/549
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 by @dependabot in https://github.com/DreamVoid/MiraiMC/pull/551
- Bump org.apache.logging.log4j:log4j-core from 2.24.2 to 2.24.3 by @dependabot in https://github.com/DreamVoid/MiraiMC/pull/552
- Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre by @dependabot in https://github.com/DreamVoid/MiraiMC/pull/553
Full Changelog: https://github.com/DreamVoid/MiraiMC/compare/v1.9-pre3...v1.9-rc1
下载说明
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:5FD0KSuX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YkTjLA2e:5FD0KSuX"
}
