Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

cs_draw

Agrrox edited this page Aug 26, 2020 · 1 revision

draw

/cs draw <file> [block] [options]

Traces any imported shape of an OpenStreetMap query - railroads, roads, etc.

Default options:

{
  "block": "gold_block",
  "height": 1,
  "offset": 0,
  "onGround": true,
  "ignoreBuildings": true,
  "ignoreVegetation": true,
  "ignoredBlocks": ["see below"],
  "allowedBlocks": ["see below"]
}

Setup :

  • Create a drawings folder inside /config/worldedit.
  • Get a geoJSON/KML file of valid tracings / OR
  • Choose one of the following links:
  • Click Run > Export > download/copy as GeoJSON
  • Place the file in the drawings folder.

Examples :

/cs draw rails1 iron_block
/cs draw file3 stone {"height":5,"onGround":false}
Clone this wiki locally