mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2026-01-06 15:52:03 +00:00
允许延迟加载配置
This commit is contained in:
@@ -8,6 +8,9 @@ update-checker: true
|
||||
forced-locale: ''
|
||||
# Filter configuration phase player disconnection logs
|
||||
filter-configuration-phase-disconnect: false
|
||||
# Plugins must register CraftEngine content during onLoad or via CraftEngine#beforeEnableTaskRegistry, as onEnable is too late.
|
||||
# This option delays CraftEngine's config reading until after all plugins start, and only affects datapack-generated spawn chunks.
|
||||
delay-configuration-load: false
|
||||
|
||||
resource-pack:
|
||||
# This option determines the location of the generated resource pack
|
||||
|
||||
Reference in New Issue
Block a user