Create README.md

main
Trivernis 4 years ago committed by GitHub
parent 6fd1293e4a
commit f96b0513da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,20 @@
# minecraft-regions-tool
A utility to perform operations on minecraft region files
## Usage
```sh
USAGE:
minecraft-regions-tool <input> <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
ARGS:
<input> Path to the world folder
SUBCOMMANDS:
count Return the total number of chunks in the world
help Prints this message or the help of the given subcommand(s)
```
Loading…
Cancel
Save