Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

v1.1.0

Latest
Compare
Choose a tag to compare
@yechentide yechentide released this 24 Feb 03:54

Made extract-all sub-command more useful.
Remove support for Intel Mac, and you can run this command on M chip Mac now :)

Example:
./mcp extract-all --override -l 10 -acdmv --src ./my-world --dst output

OVERVIEW: extract all keys and save their data to files

Use this subcommand to extract all data from leveldb.

USAGE: mcp extract-all --src <src> --dst <dst> [--dry-run] [--override] [-a] [-c] [-d] [-m] [-v] [-l <l>]

OPTIONS:
  --src <src>             Path of a world directory.
  --dst <dst>             Path where output directory is.
  --dry-run               Dry run command without saving anything
  --override              Override output directory if exists.
  -a                      Extract keys for actorprefix
  -c                      Extract keys for subchunk
  -d                      Extract keys for digp
  -m                      Extract keys for map
  -v                      Extract keys for village
  -l <l>                  Limit output for each directory. (default: 100)
  --version               Show the version.
  -h, --help              Show help information.