Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remixz/mvm
A Minecraft version manager.
https://github.com/remixz/mvm
Last synced: about 1 month ago
JSON representation
A Minecraft version manager.
- Host: GitHub
- URL: https://github.com/remixz/mvm
- Owner: remixz
- License: mit
- Created: 2013-02-21T03:47:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-16T00:55:53.000Z (over 11 years ago)
- Last Synced: 2024-10-05T07:14:39.756Z (about 2 months ago)
- Language: JavaScript
- Size: 196 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## mvm
A Minecraft version mananger. In Node. Deal with it.
Please note this is early, messy and simple. Please see the [Todos](https://github.com/remixz/mvm/issues/1) issue for planned things.
### Installation
```bash
[sudo] npm install -g mvm
```### Usage
`mvm install ` -- Downloads the version specified, and copies it to the Minecraft bin directory.
`mvm use ` -- Will use an already-downloaded version and copy it to the Minecraft bin directory.
`mvm list` -- Lists all currently installed versions.
`mvm stash` -- Stashes the current .jar with a custom name. This is useful for storing and restoring of modded jars quickly.
### Details
This module is pretty messy, as I mainly wanted it to install new Minecraft "snapshots" (pre-releases) easily without having to copy/paste files all over the place. This will store downloaded copies in `[path to .minecraft]/mvm_bins`, and allow you to quickly switch between them. Feature requests are welcome!