You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2021. It is now read-only.
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.