Update README.md

This commit is contained in:
random-geek 2019-01-28 14:22:00 -08:00
parent 9ffd21cac7
commit 98e7c9a214

View File

@ -18,6 +18,10 @@ MapEdit requires Python 3. All other required packages should already be bundled
MapEdit's area selection only operates on whole mapblocks. A single mapblock is a 16x16x16 node area of the map, similar to Minecraft's chunks. The lower southwestern corner of a mapblock is always at coordinates which are evenly divisible by 16, e.g. (32, 64, -48) or the like.
**A note about parameters**
All string-like parameters can safely be surrounded with quotes if they happen to contain spaces.
**General usage**
`python mapedit.py [-h] -f <file> [-s <file>] [--p1 x y z] [--p2 x y z] [--inverse] [--silencewarnings] <command>`