Giter Club home page Giter Club logo

packupdate's Introduction

PackUpdate

Now maintained again by Kilobyte22

WTF?

A simple program that downloads and updates modpacks automatically. It was written to work directly as a pre-launch command for MultiMC and features

  • Delta updates (only download mods that changed).
  • Easy creation of modpacks (just a text file with names, versions, download links and checksums)
  • No need for a huge amount of webspace or traffic!

How?

You can find an example modpack in the folder "ExamplePack". Basically add the Updater.jar into the instance zip in the minecraft folder and add this line to the instance.cfg file PreLaunchCommand=java -jar "$INST_MC_DIR/Updater.jar" "Link to modpack.cfg file" The config file on your server is a csv with the following values: Name,Version,Download-URL,Type,checksum,flags Where Type is either "mod", "config" or "resources": "config" and "resources" are both zip files. and get extracted into the root folder of your Minecraft instance. Checksum is optional and if present a sha256 sum of the file. Flags is a semicolon(;) separated list of flags. Currently supported are server_only, client_only and force_overwrite

How to build?

Install Scala and SBT, then run sbt assembly. This will produce a standalone jar. For development you can use IntelliJ Idea with the scala plugin, which has native support for sbt

packupdate's People

Contributors

kilobyte22 avatar xdjackiexd avatar faeranne avatar zisko666 avatar filip-kin avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.