Single Generic Pack
To install content from a single archive file, setGENERIC_PACK to the container path or URL of the archive.
Multiple Generic Packs
To apply multiple generic packs together, useGENERIC_PACKS with a comma-separated list of archive file paths and/or URLs.
Using Prefix and Suffix
To avoid repetition, each entry will be prefixed byGENERIC_PACKS_PREFIX and suffixed by GENERIC_PACKS_SUFFIX.
Example:
https://cdn.example.org/configs-v9.0.1.ziphttps://cdn.example.org/mods-v4.3.6.zip
Performance Options
Skip Update Check
For large generic packs, updates can be time-consuming. Skip the update check by setting:Force Update
Force the generic pack(s) to be re-applied:Skip Checksum
The most time-consuming portion of updates is SHA1 checksum generation. Skip it with:Disabling Specific Mods
To disable specific mods (useful for conflicts between multiple generic packs), useGENERIC_PACKS_DISABLE_MODS.
Complete Example
Start the server
- Download all three pack files
- Extract them to
/data - Disable the specified mods
- Start the server
Environment Variables Reference
| Variable | Description | Default |
|---|---|---|
GENERIC_PACK | Single archive file URL or path | None |
GENERIC_PACKS | Comma/newline separated list of archives | None |
GENERIC_PACKS_PREFIX | Prefix added to each pack entry | None |
GENERIC_PACKS_SUFFIX | Suffix added to each pack entry | None |
SKIP_GENERIC_PACK_UPDATE_CHECK | Skip update checking for performance | false |
FORCE_GENERIC_PACK_UPDATE | Force re-application of packs | false |
SKIP_GENERIC_PACK_CHECKSUM | Skip SHA1 checksum generation | false |
GENERIC_PACKS_DISABLE_MODS | Space/newline separated mod filenames to disable | None |
Generic packs are applied before other mod installation methods, allowing you to layer additional mods on top.