Skip to content

Commit d13247e

Browse files
2 parents 97b8533 + dc26698 commit d13247e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

server-setup-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ install:
4747

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

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

183185
# This is the command how the server is supposed to be started
186+
# All arguments must be separate entries, including options and their values.
187+
# For example, "--fml.modLists pathToModListFile" should be:
188+
# - "--fml.modLists"
189+
# - "pathToModListFile"
190+
#
184191
# For <1.16 it should be
185192
# - "-jar"
186193
# - "{{@startFile@}}"

0 commit comments

Comments
 (0)