@@ -171,15 +171,17 @@ minecraftServer:
171
171
eula : " FALSE"
172
172
# One of: LATEST, SNAPSHOT, or a specific version (ie: "1.7.9").
173
173
version : " LATEST"
174
- # This can be one of "VANILLA", "FORGE", "SPIGOT", "BUKKIT", "PAPER", "FTBA", "SPONGEVANILLA", "AUTO_CURSEFORGE"
175
- # https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms
174
+ # # The type of Minecraft server to run, check for related settings below
175
+ # # Common types: "VANILLA", "FABRIC", "FORGE", "SPIGOT", "BUKKIT", "PAPER",
176
+ # # "FTBA", "SPONGEVANILLA", "AUTO_CURSEFORGE"
177
+ # # ref: https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms
176
178
type : " VANILLA"
177
179
# If type is set to FORGE, this sets the version; this is ignored if forgeInstallerUrl is set
178
180
forgeVersion :
179
- # If type is set to SPONGEVANILLA, this sets the version
180
- spongeVersion :
181
181
# If type is set to FORGE, this sets the URL to download the Forge installer
182
182
forgeInstallerUrl :
183
+ # If type is set to SPONGEVANILLA, this sets the version
184
+ spongeVersion :
183
185
# If type is set to BUKKIT, this sets the URL to download the Bukkit package
184
186
bukkitDownloadUrl :
185
187
# If type is set to SPIGOT, this sets the URL to download the Spigot package
@@ -192,6 +194,14 @@ minecraftServer:
192
194
ftbModpackVersionId :
193
195
# If type is set to CURSEFORGE, this sets the server mod to run. Can also provide url to curseforge package.
194
196
cfServerMod :
197
+ # # If type is set to FABRIC, this sets the version of fabric server launcher
198
+ # # to use. Defaults to latest available for minecraftServer.version.
199
+ # #
200
+ # # For a custom launcher, see: https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/server-types/fabric/
201
+ fabricLauncherVersion :
202
+ # # If type is set to FABRIC, this sets the version of fabric-loader to use.
203
+ # # Defaults to latest available for minecraftServer.version.
204
+ fabricLoaderVersion :
195
205
# Set to true if running Feed The Beast and get an error like "unable to launch forgemodloader"
196
206
ftbLegacyJavaFixer : default
197
207
# One of: peaceful, easy, normal, and hard
0 commit comments