Skip to content
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.

radius area

mov51 edited this page Jul 3, 2019 · 4 revisions

Single area selection

java -jar smallWorld.jar radius <centerCord> <radius> <UUID1>,<UUID2>
This command selects an area for download with a center position and a radius. Takes parameters in block coordinates, no error checking for too small or big areas.
Coordinates must be formatted as such <x>,<z>. The program separates the two numbers by the comma, and the radius must be a full number. There is no error checking for too large of an area, it will select what ever you tell it to.

Multiple area selection

java -jar smallWorld.jar radius <centerCord1>,<centerCord2>,.... <radius1,<radius2> <UUID1>,<UUID2>
You can select multiple areas for export, the syntax is similar just put another comma and put another coordinate and radius after the first.

Clone this wiki locally