mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-26 18:39:20 +00:00
Update config.yml
This commit is contained in:
@@ -8,9 +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
|
||||
# This option delays CraftEngine's config reading until after all plugins start.
|
||||
# Don't disable this setting unless you need datapack-generated spawn chunks.
|
||||
delay-configuration-load: true
|
||||
|
||||
resource-pack:
|
||||
# This option determines the location of the generated resource pack
|
||||
|
||||
Reference in New Issue
Block a user