Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/interfiber/volt
Minecraft Forge Plugin Manager
https://github.com/interfiber/volt
minecraft minecraft-forge plugin-manager rust-lang
Last synced: about 2 months ago
JSON representation
Minecraft Forge Plugin Manager
- Host: GitHub
- URL: https://github.com/interfiber/volt
- Owner: Interfiber
- License: gpl-3.0
- Created: 2021-04-12T16:17:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T23:04:41.000Z (about 2 years ago)
- Last Synced: 2024-12-15T07:52:27.625Z (about 2 months ago)
- Topics: minecraft, minecraft-forge, plugin-manager, rust-lang
- Language: Rust
- Homepage: https://interfiber.github.io/volt
- Size: 600 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Volt
The Minecraft Forge Plugin Manager## âšī¸ About
Everything you want to know is [here](https://interfiber.github.io/volt), the rest of this page is development docs.## đˇ Building volt
Volt requires [âī¸ Rust](https://rust-lang.org) to run, it also requires ```rustc 1.52.0-beta.3``` to run. After you have that clone this repo with git and run
```bash
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
```bash
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
```bash
cargo build --release
make pkg_linux
```
This will generate a tarball which will contain a example config file, and the volt binary