Download minecraft realms world in the command line.
Note: only realms world owned by the authenticated user can be downloaded.
- Node.JS
- Clone this repository using
git clone https://github.com/realms-downloader
cd realms-world-downloader
npm install
Interactive mode can be used by simply running the command npm start
. You will be prompted with messages to begin the download.
By passing argumenta at startup, Realms World Downloader will be started in non-interactive mode.
The email of the client to authenticate with. Only needs to be specified once so that an access token can be saved for future use. Authentication saved in client.json
. Remove file to logout and rerun the program with this parameter to log back in.
The password of the client to authenticate with. Only needs to be specified once so that an access token can be saved for future use. Authentication saved in client.json
. Remove file to logout and rerun the program with this parameter to log back in.
The name of the world to download. Must be exact.
The directory where the world should be downloaded. If omitted, the world will be downloaded to the current working directory.
Prints the usage guide
$ npm start --email "[email protected]" --password "M!n3cr4f1" --world "My World" --directory "./downloads"
$ npm start --world "My World"
- Version 1.0.0
- Homepage: accidentallycoded.com
- email: [email protected]
This software is distributed under the GNU Public License v3