From 03034d2f152004e8028e37a77850eb2d8294b994 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sat, 26 Aug 2023 13:38:14 -0500 Subject: [PATCH] docs: clarified path for zip file modpack (#2361) --- docs/mods-and-plugins/index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/mods-and-plugins/index.md b/docs/mods-and-plugins/index.md index 7bb54ab0..cac26e60 100644 --- a/docs/mods-and-plugins/index.md +++ b/docs/mods-and-plugins/index.md @@ -47,16 +47,14 @@ These paths work well if you want to have a common set of modules in a separate ## Zip file modpack -Like the `WORLD` option above, you can specify the URL or path of a "mod pack" -to download and install into `mods` for Forge/Fabric or `plugins` for Bukkit/Spigot. -To use this option pass the environment variable `MODPACK`, such as +Like the `WORLD` option above, you can specify the URL or container path of a "mod pack" to download and install into `mods` for Forge/Fabric or `plugins` for Bukkit/Spigot. To use this option pass the environment variable `MODPACK`, such as ```shell docker run -d -e MODPACK=http://www.example.com/mods/modpack.zip ... ``` !!! note - The referenced URL must be a zip file with one or more jar files at the + The referenced URL/file must be a zip file with one or more jar files at the top level of the zip archive. Make sure the jars are compatible with the particular `TYPE` of server you are running.