mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2026-01-04 15:41:38 +00:00
优化插件启动过程
This commit is contained in:
@@ -46,7 +46,7 @@ tasks.withType<JavaCompile> {
|
||||
}
|
||||
|
||||
paper {
|
||||
load = net.minecrell.pluginyml.bukkit.BukkitPluginDescription.PluginLoadOrder.POSTWORLD
|
||||
load = net.minecrell.pluginyml.bukkit.BukkitPluginDescription.PluginLoadOrder.STARTUP
|
||||
main = "net.momirealms.craftengine.bukkit.plugin.PaperCraftEnginePlugin"
|
||||
bootstrapper = "net.momirealms.craftengine.bukkit.plugin.PaperCraftEngineBootstrap"
|
||||
version = rootProject.properties["project_version"] as String
|
||||
@@ -56,10 +56,7 @@ paper {
|
||||
contributors = listOf("https://github.com/Xiao-MoMi/craft-engine/graphs/contributors")
|
||||
foliaSupported = true
|
||||
serverDependencies {
|
||||
register("PlaceholderAPI") {
|
||||
required = false
|
||||
load = PaperPluginDescription.RelativeLoadOrder.BEFORE
|
||||
}
|
||||
// WorldEdit
|
||||
register("WorldEdit") {
|
||||
required = false
|
||||
load = PaperPluginDescription.RelativeLoadOrder.BEFORE
|
||||
@@ -69,10 +66,9 @@ paper {
|
||||
load = PaperPluginDescription.RelativeLoadOrder.BEFORE
|
||||
joinClasspath = false
|
||||
}
|
||||
register("Skript") {
|
||||
required = false
|
||||
load = PaperPluginDescription.RelativeLoadOrder.BEFORE
|
||||
}
|
||||
|
||||
register("PlaceholderAPI") { required = false }
|
||||
register("Skript") { required = false }
|
||||
register("LuckPerms") { required = false }
|
||||
register("ViaVersion") { required = false }
|
||||
register("QuickShop-Hikari") { required = false }
|
||||
|
||||
Reference in New Issue
Block a user