Translations:How to use WorldEdit/16/en

From Vintage Story Wiki
  • /we ms
    Marks your current position as the start point ("mark start")
  • /we me
    Marks your current position as the end point ("mark end")
  • /we mc
    Un-Mark start and end position ("mark clear")
  • /we mex [filename]
    Exports the area defined by the start and end point as json file in the vintage story data folder ("marked export")
  • /we mexc [filename]
    Exports the area defined by the start and end point, sends it as json file to the game client and stores in the vintage story data folder. This is useful when working on a dedicated server. Functions identically to /we mex when in single player.
  • /we imp [filename] [origin]
    Imports supplied json file at the defined start point. If the origin parameter is supplied with
    • 0 = Uses the start point as the bottom left front corner point (default)
    • 1 = Uses the start point as the bottom center point
    • 2 = Uses the start point as the top center point
  • /we impr [0, 90, 180 or 270]
    When importing block data using /we imp the imported block data will first be rotated by given angle.
  • /we impflip
    When importing block data using /we imp the imported block data will first be vertically flipped
  • /we impres [on|off]
    Import item/block resolving mode. Turn it off to spawn structures as they are. For example, in this mode, instead of traders, their meta spawners will spawn
  • /we mfill
    Fills the marked area defined by the start and end point with the block in your currently selected hotbar slot ("marked fill")
  • /we mclear
    Clears the marked area defined by the start and end point ("marked clear")
  • /we mcopy
    Copies the marked area.
  • /we mpaste
    Pastes the previously copied area to the defined start point.
  • /we mm[u,d,n,e,s,w] [length]
    Moves the contents inside marked area in given direction by given length (default 1). Examples:
    /we mmu - Moves the marked area up by 1 block
    /we mms 5 - Moves the marked area south by 5 blocks
  • /we mmby [x] [y] [z]
    Moves the contents inside marked area by given x/y/z length. Example:
    /we mmby 5 1 -2 - Moves the marked area 5 blocks in x-direction, 1 block up and -2 blocks in z-direction