A tool to generate a server from a CurseForge Minecraft modpack zip.
- Downloads
- CurseForge Modpack Server Generator GitHub Action
- Upload CurseForge Modpack GitHub Action
- Example Usage
Parameter | Description | Example |
---|---|---|
--modpack-zip |
The path to your modpack zip file | C:\users\test\mymodpack.zip |
--destination-path |
The path where your server files should be saved | C:\users\test\mymodpack-server.zip |
./server_generator_win_1.0.0.exe --modpack-zip "path/to/modpack.zip" --destination-path "out/server.zip"
yarn install