Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.
/ realms-tool Public archive

Automatic downloading of backups from Minecraft Realms and possibly more

Notifications You must be signed in to change notification settings

henriklindgren/realms-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

realms-tool

Dependencies

python 3.6+

Mojang/Realms/Minecraft API notes

Login and logout are rate limited but clear up quite fast, less than a minute.

Usage

usage: realms_client.py [-h] [--username USERNAME] [--email EMAIL]
                        [--password PASSWORD] [--latest-backup]
                        [--save-path SAVE_PATH] [--world-index WORLD_INDEX]
                        [--worlds]

Automation tool for Minecraft Realms.

optional arguments:
  -h, --help            show this help message and exit
  --username USERNAME
  --email EMAIL
  --password PASSWORD
  --latest-backup       Download latest backup.
  --save-path SAVE_PATH
                        Where to save latest backup.
  --world-index WORLD_INDEX
                        Index of world 1-4, defaults to 1
  --worlds              Print worlds' information.

Examples

Print information about worlds ./realms_client.py --username herobrine --email example@example.com --password hunter1 --worlds

Download latest backup for world in slot 1 to current working directory ./realms_client.py --username herobrine --email example@example.com --password hunter1 --latest-backup

About

Automatic downloading of backups from Minecraft Realms and possibly more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages