-
Notifications
You must be signed in to change notification settings - Fork 51
Command Line
Many options of Minutor can be set also via the command line interface. This is especially usefull, when doing batch processing for automatic image creation or when you prefer to have a personalised start location. The options have long descriptive and short versions which can be used arbitrary.
-w <path-to-world>
--world <path-to-world>
Load a world at <path-to-world>
. The path has to point to the world folder of that world.
-j <X> <Z>
--jump <X> <Z>
Jump to given <X,Z>
location.
-y <Y>
--depth <Y>
Set the depth slider to a depth layer of <Y>
.
-L
--lighting
Switch on the lighting mode.
-M
--mobspawning
Switch on the mob spawning mode.
-D
--depthshading
Switch on the depth shading mode.
--regionchecker
Add a checkerboard pattern for region files (512x512 blocks).
--chunkchecker
Add a checkerboard pattern for chunks (16x16 blocks).
-r <Xmin Xmax Zmin Zmax>
--exportrange <Xmin Xmax Zmin Zmax>
Define a range to be used for PNG export. Numbers are given in X/Z Block coordinates but rounded to full chunks for export. They are inclusive, so the first Chunk is defined by --exportrange 0 15 0 15
.
-s <path-to-image>
--savepng <path-to-image>
Save a PNG image of the current map with name <path-to-image>
and quit afterwards. This is intended for batch processing. It has to be the last parameter on the command line.