added level-type option

This commit is contained in:
Patrick Kuhs 2026-04-25 08:45:57 +02:00
parent fa1936f647
commit d195a17c35

View File

@ -105,6 +105,10 @@ if [[ -n $SEED ]]; then
echo "seed=$SEED" >> $SERVER_PROPERTIES
fi
if [[ -n $LEVEL_TYPE ]]; then
echo "level-type=$LEVEL_TYPE" >> $SERVER_PROPERTIES
fi
if [[ -n $MAX_PLAYERS ]]; then
echo "max-players=$MAX_PLAYERS" >> $SERVER_PROPERTIES
fi