Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BloodWorkXGaming committed Jul 11, 2022
2 parents 97b8533 + dc26698 commit d13247e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions server-setup-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ install:

# Link to where the file where the modpack can be distributed
# This supports loading from local files as well for most pack types if there is file://{PathToFile} in the beginning
# Note: file://{PathToFile} does not need the full path, can be a relative path.
# E.g: modpackUrl: file://../modpacks/All+the+Mods+7-0.0.21.zip
modpackUrl: https://media.forgecdn.net/files/3491/186/All+the+Mods+7-0.0.21.zip

# This is used to specify in which format the modpack is distributed, the server launcher has to handle each individually if their format differs
Expand Down Expand Up @@ -181,6 +183,11 @@ launch:
startFile: "forge-{{@mcversion@}}-{{@loaderversion@}}.jar"

# This is the command how the server is supposed to be started
# All arguments must be separate entries, including options and their values.
# For example, "--fml.modLists pathToModListFile" should be:
# - "--fml.modLists"
# - "pathToModListFile"
#
# For <1.16 it should be
# - "-jar"
# - "{{@startFile@}}"
Expand Down

0 comments on commit d13247e

Please sign in to comment.