MCEXPLORE

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
AUTHORS
DISTRIBUTION

NAME

mcexplore

SYNOPSIS

mcexplore [-c COMMAND] [-d DIMENSION] [-p PATH] [-r] [-x XORIGIN] [-z ZORIGIN] [-q] [-v] [-V] [-h] xsize [zsize]

DESCRIPTION

Use a minecraft server jar to generate a rectangular section of the world.

OPTIONS

xsize

The size to generate in the x direction. Measured in chunks (16x16 blocks) by default (but see the −r option, below). Must be greater than 25 chunks.

zsize

The size to generate in the z direction. Measured in chunks (16x16 blocks) by default (but see the −r option, below). Must be greater than 25 chunks. Defaults to the value provided for ’xsize’.

−c COMMAND, −−command COMMAND

The command used to start the server. Defaults to ’java −jar minecraft_server.jar nogui’.

−d DIMENSION, −−dimension DIMENSION

The ID and region folder of the dimension to generate. Relative folder paths are interpreted relative to ’−−path’. Defaults to

−p PATH, −−path PATH

The working directory to use when running the server. Defaults to the current directory (.).

−r, −−regions

Use units of regions (32x32 chunks) instead of chunks for ’xsize’ and ’zsize’.

−x XORIGIN

The X offset to generate land around. Defaults to the server spawn point.

−z ZORIGIN

The Z offset to generate land around. Defaults to the server spawn point.

−q, −−quiet

Suppress minecraft server output. This is the default behavior.

−v, −−verbose

Show minecraft server output.

−V, −−version

Show version number and exit.

AUTHORS

mcexplore was written by DMBuce <https://github.com/DMBuce> and similardilemma <https://github.com/similardilemma>.

DISTRIBUTION

The latest version of mcexplore may be downloaded from https://github.com/dmbuce/mcexplore