Commands - WorldEdit for Minecraft Bedrock (2024)

Commands are the main way to use the many features of WorldEdit. Type ;help to get a list of available commands. If you don't find a command here that's in the original, look in the differences page to see if it's planned.

  • Commands
    • Reading this documentation
    • Permissions
    • The commands

Reading this documentation

Commands may come with arguments. When you see an argument surrounded in [square brackets], then that argument is optional. If it's surrounded in <angled brackets>, then you need to define it when using the command. If you find arguments that look like [-this], they are flags. Flags change how commands are executed. Each letter after the "-" is its own flag. You can define them apart (-a -b) or together (-ab). Some flags even require an argument defined after them. Finally, | means you have a choice among the list it makes and must choose one.

Permissions

Each command has their own permission requirements to be useable by a player. To give yourself or anyone else permission for various commands, just type /tag "@s, or a player name" add "permission". For example, /tag @s add worldedit.region.set would give yourself permission to use the ;set command. You can give yourself permission for multiple comands at once. Using worldedit.clipboard for instance would give you permission to use every clipboard command. If you add - to the begin of a permission, you can also blacklist commands that use those permissions. So -worldedit.clipboard would prevent you from using clipboard commands.

Note

No command will work unless you at least have explicit permission to use any worldedit command. /tag @s add worldedit would give you permission for all of them.

The commands

;help (or ;?)

DescriptionGet a list of commands available and a quick description for each of them
Permissionworldedit.help
Usage;help ([page]|<command>)

;worldedit (or ;we)

DescriptionWorldEdit commands
Permission
Usage;worldedit <version|perf>

;worldedit version

DescriptionGet WorldEdit version
Permission
Usage;worldedit version

;worldedit perf

DescriptionToggle performance mode for the current session.
Permission
Usage;worldedit perf

;limit

DescriptionSet the number of blocks you can change per action
Permissionworldedit.limit
Usage;limit [limit]

;kit

DescriptionGive yourself a set of items to do common worldedit functions
Permissionworldedit.kit
Usage;kit

;toggleplace

DescriptionToggles the placement position used in various WorldEdit operations.
Permission
Usage;toggleplace

;blockid (or ;id)

DescriptionPrints the id and states of the block you're looking at.
Permissionworldedit.blockid
Usage;blockid [-d]

;cancel

DescriptionCancels one of, or all your active jobs.
Permissionworldedit.cancel
Usage;cancel [job]

;pos1 (or ;1)

DescriptionSet the first position of your selection to the specified or current position
Permissionworldedit.selection.pos
Usage;pos1 [coordinates]

;pos2 (or ;2)

DescriptionSet the second position of your selection to the specified or current position
Permissionworldedit.selection.pos
Usage;pos2 [coordinates]

;hpos1

DescriptionSet the first position of your selection to the position of the block you're facing
Permissionworldedit.selection.hpos
Usage;hpos1

;hpos2

DescriptionSet the second position of your selection to the position of the block you're facing
Permissionworldedit.selection.hpos
Usage;hpos2

;chunk

DescriptionSelect your current, or specified chunk.
Permissionworldedit.selection.chunk
Usage;chunk [-cs] ([coordinates]|<coordinates>)

;drawsel

DescriptionToggle your selection's visibility
Permissionworldedit.drawsel
Usage;drawsel

;sel (or ;deselect, ;desel)

DescriptionChange selection mode
Permission
Usage;sel <cuboid|extend|sphere|cyl>

;sel cuboid

DescriptionSelect two corners of a cuboid
Permission
Usage;sel [-d] cuboid

;sel extend

DescriptionFast cuboid selection mode
Permission
Usage;sel [-d] extend

;sel sphere

DescriptionSelect a sphere
Permission
Usage;sel [-d] sphere

;sel cyl

DescriptionSelect a cylinder
Permission
Usage;sel [-d] cyl

;wand

DescriptionGive yourself a selection wand
Permissionworldedit.wand
Usage;wand

;contract

DescriptionContract the selection area
Permissionworldedit.selection.contract
Usage;contract (<amount> [direction]|<amount> <reverseAmount> [direction])

;expand

DescriptionExpand the selection area
Permissionworldedit.selection.expand
Usage;expand <vert>

;expand vert

DescriptionVertically expand your selection to world height limits
Permission
Usage;expand vert [height]

;shift

DescriptionShift the selection area
Permissionworldedit.selection.shift
Usage;shift <amount> [direction]

;outset

DescriptionOutset the selection area
Permissionworldedit.selection.outset
Usage;outset [-hv] <amount>

;inset

DescriptionInset the selection area
Permissionworldedit.selection.inset
Usage;inset [-hv] <amount>

;trim

DescriptionMinimize the selection to encompass matching blocks
Permissionworldedit.selection.trim
Usage;trim [mask]

;count

DescriptionCount the number of blocks that match a mask
Permissionworldedit.analysis.count
Usage;count <mask>

;distr

DescriptionAnalyse the amount of different blocks in the selection
Permissionworldedit.analysis.distr
Usage;distr [-cd]

;cut

DescriptionRemove your current selection and place it in the clipboard
Permissionworldedit.clipboard.cut
Usage;cut [-ae] [fill] [-m <mask>]

;copy

DescriptionCopy the current selection to the clipboard
Permissionworldedit.clipboard.copy
Usage;copy [-aem <mask>]

;paste

DescriptionPaste your clipboard into the world
Permissionworldedit.clipboard.paste
Usage;paste [-osnm <mask>]

;clearclipboard

DescriptionClear your clipboard
Permissionworldedit.clipboard.clear
Usage;clearclipboard

;hsphere

DescriptionGenerate a hollow sphere
Permissionworldedit.generation.sphere
Usage;hsphere [-r] <pattern> <radii>

;sphere

DescriptionGenerate a sphere
Permissionworldedit.generation.sphere
Usage;sphere [-hr] <pattern> <radii>

;cyl

DescriptionGenerate a cylinder
Permissionworldedit.generation.cylinder
Usage;cyl [-hr] <pattern> <radii> [height]

;hcyl

DescriptionGenerate a hollow cylinder
Permissionworldedit.generation.cylinder
Usage;hcyl [-r] <pattern> <radii> [height]

;pyramid

DescriptionGenerate a pyramid
Permissionworldedit.generation.pyramid
Usage;pyramid [-h] <pattern> <size>

;hpyramid

DescriptionGenerate a hollow pyramid
Permissionworldedit.generation.pyramid
Usage;hpyramid <pattern> <size>

;gen (or ;g)

DescriptionGenerate any kind of shape in your selection
Permissionworldedit.generation.shape
Usage;gen [-h] <pattern> <expr>

;gradient

DescriptionCreate a gradient to use in patterns.
Permissionworldedit.generation.gradient
Usage;gradient [-sf <fade>] <id> [patterns...]

;gmask

DescriptionSet the global mask
Permissionworldedit.global-mask
Usage;gmask [mask]

;set

DescriptionFill the selection with a block pattern
Permissionworldedit.region.set
Usage;set <pattern>

;replace

DescriptionReplace certain blocks in the selection with other blocks
Permissionworldedit.region.replace
Usage;replace <mask> <pattern>

;move

DescriptionMove the selection in a certain direction
Permissionworldedit.region.move
Usage;move [-aes] [amount] [offset] [replace] [-m <mask>]

;stack

DescriptionRepeat the contents of the current selection
Permissionworldedit.region.stack
Usage;stack [-aers] [count] [offset] [-m <mask>]

;rotate

DescriptionRotate the selection
Permissionworldedit.region.rotate
Usage;rotate [-ows] <rotate> [rotateX] [rotateZ]

;flip

DescriptionFlip the selection
Permissionworldedit.region.flip
Usage;flip [-ows] [direction]

;walls

DescriptionGenerate a wall from your selection
Permissionworldedit.region.walls
Usage;walls <pattern>

;smooth

DescriptionSmooth the surface within the selection
Permissionworldedit.region.smooth
Usage;smooth [iterations] [mask]

;faces

DescriptionGenerate an outline from your selection
Permissionworldedit.region.faces
Usage;faces <pattern>

;hollow

DescriptionHollow out the objects contained in your selection
Permissionworldedit.region.hollow
Usage;hollow [thickness] [pattern]

;line

DescriptionCreate a line between your first and second selection points
Permissionworldedit.region.line
Usage;line <pattern>

;center (or ;middle)

DescriptionSet the center block(s).
Permissionworldedit.region.center
Usage;center <pattern>

;fill

DescriptionFill an area with certain blocks
Permissionworldedit.utility.fill
Usage;fill <pattern> <radius> [depth] [direction]

;fillr

DescriptionRecursively fill an area with certain blocks
Permissionworldedit.utility.fillr
Usage;fillr <pattern> <radius> [depth] [direction]

;removeabove

DescriptionRemove blocks above you
Permissionworldedit.utility.removeabove
Usage;removeabove <size> [height]

;removebelow

DescriptionRemove blocks below you
Permissionworldedit.utility.removebelow
Usage;removebelow <size> [depth]

;removenear

DescriptionRemove nearby blocks
Permissionworldedit.utility.removenear
Usage;removenear <mask> <size>

;replacenear

DescriptionReplace nearby blocks with other blocks
Permissionworldedit.utility.replacenear
Usage;replacenear <size> <mask> <pattern>

;drain

DescriptionDrain nearby fluids
Permissionworldedit.utility.drain
Usage;drain [-w] <radius>

;fixwater

DescriptionMake nearby flowing water blocks source blocks
Permissionworldedit.utility.fixwater
Usage;fixwater <radius>

;fixlava

DescriptionMake nearby flowing lava blocks source blocks
Permissionworldedit.utility.fixlava
Usage;fixlava <radius>

;snow

DescriptionSimulate snow in the area
Permissionworldedit.utility.snow
Usage;snow [-s] <size> [height]

;thaw

DescriptionMelt snow and ice exposed to the sky
Permissionworldedit.utility.thaw
Usage;thaw <size> [height]

;green

DescriptionTurn nearby dirt into grass
Permissionworldedit.utility.green
Usage;green [-f] <radius>

;extinguish (or ;ext, ;ex)

DescriptionExtinguish nearby fires
Permissionworldedit.utility.extinguish
Usage;extinguish <radius>

;butcher

DescriptionKill nearby entities.
Permissionworldedit.utility.butcher
Usage;butcher [-pngabtrwf] [radius]

;calculate (or ;calc, ;eval, ;evaluate, ;solve)

DescriptionEvaluate a mathematical expression.
Permissionworldedit.utility.calc
Usage;calculate <expr>

;navwand

DescriptionGive yourself a navigation wand
Permissionworldedit.setwand
Usage;navwand

;up

DescriptionMove up a certain number of blocks
Permissionworldedit.navigation.up
Usage;up <height>

;unstuck (or ;!)

DescriptionMove out of blocks
Permissionworldedit.navigation.unstuck
Usage;unstuck

;jumpto (or ;j)

DescriptionTeleport you to the top of the block you're looking at
Permissionworldedit.navigation.jumpto.command
Usage;jumpto

;thru

DescriptionTeleport through any wall you look at
Permissionworldedit.navigation.thru.command
Usage;thru

;ascend

DescriptionGo up a floor
Permissionworldedit.navigation.ascend
Usage;ascend [levels]

;descend

DescriptionGo down a floor
Permissionworldedit.navigation.descend
Usage;descend [levels]

;ceil

DescriptionGo to the ceiling.
Permissionworldedit.navigation.ceiling
Usage;ceil [clearance]

;tool

DescriptionGet all sorts of tools
Permission
Usage;tool <none|stacker|selwand|navwand|farwand|cmd|repl|cycler>

;tool none

DescriptionUnbind held tool
Permission
Usage;tool none

;tool stacker

DescriptionBlock stacker tool
Permissionworldedit.tool.stack
Usage;tool stacker [range] [mask]

;tool selwand

DescriptionSelection tool
Permissionworldedit.setwand
Usage;tool selwand

;tool navwand

DescriptionNavigation tool
Permissionworldedit.setwand
Usage;tool navwand

;tool farwand

DescriptionSelection tool, but can reach farther
Permissionworldedit.farwand
Usage;tool farwand

;tool cmd

DescriptionCommand exeution tool; both vanilla and worldedit
Permissionworldedit.tool.cmd
Usage;tool cmd <command...>

;tool repl

DescriptionBlock replacer tool
Permissionworldedit.repl
Usage;tool repl <pattern>

;tool cycler

DescriptionBlock cycler tool
Permissionworldedit.cycler
Usage;tool cycler

;superpickaxe (or ;sp)

DescriptionToggle the super pickaxe
Permissionworldedit.superpickaxe
Usage;superpickaxe <single|area|recursive>

;superpickaxe single

DescriptionMake the super pickaxe break a single block
Permission
Usage;superpickaxe single

;superpickaxe area

DescriptionMake the super pickaxe break blocks in a cubic range
Permission
Usage;superpickaxe area <range>

;superpickaxe recursive

DescriptionMake the super pickaxe break blocks starting from the initial one
Permission
Usage;superpickaxe recursive <range>

;brush (or ;br)

DescriptionSet the type of a brush being held
Permission
Usage;brush <none|sphere|cyl|smooth|struct|erode|overlay>

;brush none

DescriptionUnbind a bound brush from your current item
Permission
Usage;brush none

;brush sphere

DescriptionCreate a sphere brush
Permissionworldedit.brush.sphere
Usage;brush sphere [-h] <pattern> [radius]

;brush cyl

DescriptionCreate a cylinder brush
Permissionworldedit.brush.cylinder
Usage;brush cyl [-h] <pattern> [radius] [height]

;brush smooth

DescriptionCreate a terrain smoothing brush
Permissionworldedit.brush.smooth
Usage;brush smooth [radius] [iterations] [mask]

;brush struct

DescriptionCreates a brush that places structures
Permissionworldedit.brush.struct
Usage;brush struct <clipboard>

;brush erode

DescriptionCreates a terrain shaping brush
Permissionworldedit.brush.erode
Usage;brush erode <lift|fill|melt|smooth>

;brush overlay

DescriptionCreates a terrain overlaying brush
Permissionworldedit.brush.overlay
Usage;brush overlay <pattern> [radius] [depth] [mask]

;mask

DescriptionSet what kind of blocks a brush can affect, if any
Permissionworldedit.brush.options.mask
Usage;mask [mask]

;tracemask

DescriptionSet what kind of blocks a brush can be used on
Permissionworldedit.brush.options.tracemask
Usage;tracemask [mask]

;size

DescriptionSet the size of a brush or get information about the selection
Permission
Usage;size (<size>|[-c])

;range

DescriptionSet how far a brush can be used from
Permissionworldedit.brush.options.range
Usage;range [range]

;material

DescriptionSet what kind of blocks a brush should make
Permissionworldedit.brush.options.material
Usage;material <pattern>

;undo

DescriptionUndo a certain amount of actions
Permissionworldedit.history.undo
Usage;undo [times]

;redo

DescriptionRedo a certain amount of actions
Permissionworldedit.history.redo
Usage;redo [times]

;clearhistory

DescriptionClear your editing history
Permissionworldedit.history.clear
Usage;clearhistory

;export

DescriptionExports the selection for later use.
Permissionworldedit.structure.export
Usage;export [-ea] <name>

;import

DescriptionImports a structure to the clipboard.
Permissionworldedit.structure.import
Usage;import <name>

;biomeinfo

DescriptionRetrieve the kinds of biomes in your selection
Permissionworldedit.biome.info
Usage;biomeinfo [-pt]

;setbiome

DescriptionChange the biomes in your selection
Permissionworldedit.biome.set
Usage;setbiome <biome> [-p]
Commands - WorldEdit for Minecraft Bedrock (2024)
Top Articles
Latest Posts
Article information

Author: Van Hayes

Last Updated:

Views: 5771

Rating: 4.6 / 5 (66 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Van Hayes

Birthday: 1994-06-07

Address: 2004 Kling Rapid, New Destiny, MT 64658-2367

Phone: +512425013758

Job: National Farming Director

Hobby: Reading, Polo, Genealogy, amateur radio, Scouting, Stand-up comedy, Cryptography

Introduction: My name is Van Hayes, I am a thankful, friendly, smiling, calm, powerful, fine, enthusiastic person who loves writing and wants to share my knowledge and understanding with you.