-
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 useful, when doing batch processing for automatic image creation or when you prefer to have a personalized start location. The options have long descriptive and short versions which can be used arbitrary.
All options are processed in the order they occur on command line. Therefore it
is important to --load
the world before --jump
to any location or doing any
other setting.
-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.
-dim <dimension-name>
--dimension <namespace:dimension-name>
View <dimension-name>
instead of minecraft:overworld.
Namespace prefix has to be given for custom dimensions.
-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.
-B
--biomecolors
Switch on the biome colors.
-G
--seaground
Switch on the sea ground mode.
-sl
--singlelayer
Switch on the single layer.
--regionchecker
Add a checkerboard pattern for region files (512x512 blocks). Used only during saving PNG image.
--chunkchecker
Add a checkerboard pattern for chunks (16x16 blocks). Used only during saving PNG image.
-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.