/volt

Minecraft Forge Plugin Manager

Primary LanguageRustGNU General Public License v3.0GPL-3.0

Volt

The Minecraft Forge Plugin Manager

ℹ️ About

Everything you want to know is here, the rest of this page is development docs.

👷 Building volt

Volt requires ↗️ Rust to run, it also requires rustc 1.52.0-beta.3 to run. After you have that clone this repo with git and run

cargo build --release

inside the cloned folder. All code is located under src

📦 Packaging volt for Mac

To package volt for mac simply clone this repo and run

cargo build --release
make pkg_mac

📦 Packaging for Linux

To package volt for linux you need to have a linux machine. Then clone this repo and run the following command in the cloned folder

cargo build --release
make pkg_linux

This will generate a tarball which will contain a example config file, and the volt binary