Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

A tool to generate a server from a CurseForge modpack zip

Notifications You must be signed in to change notification settings

henkelmax/curseforge-modpack-server-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CurseForge Modpack Server Generator

A tool to generate a server from a CurseForge Minecraft modpack zip.

Useful links

Command Line Parameters

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

Example usage

./server_generator_win_1.0.0.exe --modpack-zip "path/to/modpack.zip" --destination-path "out/server.zip"

Development

Prerequisites

Installation

yarn install