Added support for datapack enable/disable properties for feature flags (#1798)

This commit is contained in:
Geoff Bourne
2022-10-22 15:30:08 -05:00
committed by GitHub
parent ad912fe7bf
commit 17cf058aa4
2 changed files with 9 additions and 0 deletions

View File

@@ -108,6 +108,8 @@ function customizeServerProps {
setServerProp "simulation-distance" SIMULATION_DISTANCE
setServerProp "previews-chat" PREVIEWS_CHAT
setServerProp "enforce-secure-profile" ENFORCE_SECURE_PROFILE
setServerProp "initial-enabled-packs" INITIAL_ENABLED_PACKS
setServerProp "initial-disabled-packs" INITIAL_DISABLED_PACKS
if [[ $MOTD ]]; then
setServerPropValue "motd" "$(echo "$MOTD" | mc-image-helper asciify)"
fi