WorldEdit
When is an axe not an axe? when it is a wand!
Last updated
When is an axe not an axe? when it is a wand!
Last updated
Here at STEMCraft we use a plugin called WorldEdit (well actually FastAsyncWorldEdit). This allows players to make small, large and complex changes to builds easily.
Below are some common commands and not a complete list. To view the complete list of commands and options for the WorldEdit plugin, visit
While we place limits on using WorldEdit (ie how many blocks you can change at once), using WorldEdit commands in a way to slow down or crash the server will lead to a ban
Most commands will require a pattern argument. This tells the command what type of block you want to target or use. This can be as simple as cobblestone
or acacia_planks
. You can also target or set multiple block types at once by seperating them with a comma and no space, mossy_cobblestone,dirt
. If you want to randomally place several types of blocks using a percentage, you can enter 50%dirt,25%path,25%coarse_dirt
.
There are even more options you can use to select blocks, which you can read over at
If you are new to using WorldEdit it is best to use these commands until you are more comfortable.
Gives the player the WorldEdit wand. This wand is a wooden axe and allows the player to select the region that other WorldEdit commands will affect. Left clicking a block to set position 1 and right click to set position 2.
Sets the selected region to a pattern.
Example: //fill oak_planks
Allows the player to undo the previous command. If a mistake is made with the last command this can be used to fix it. This command can be used up to 10 times in a row.
Allows the player to redoes what was undid. If //undo is used by accident //redo will fix it.
Copies the selected region to the players in-game clipboard.
Pasted the copied region based on the position of the player.
Rotates the copied area by a certain about of degrees.
Example: //rotate 90
These commands are available to everyone, and allow fine tuning selections and creations.
Changes the selection type of the wand. Cuboid is the default type.
Types: cubiod, extend, poly, ellipsoid, sphere, cyl, convex
Example: //sel sphere
Deselects the current selected region.
Sets the block the player is at to position 1.
Sets the block the player is at to position 2.
Sets the block the player is looking at to position 1.
Sets the block the player is looking at to position 2.
Selects the chunk as a region selection. A chunk is a 16*16*256 block region.
Expands the region selected by an amount based on the players direction or direction entered.
Reduces the region selected by an amount based on the players direction or direction entered.
Counts the number of bocks in the selected region.
Replaces a certain type of blocks in the selected region with another.
Example: //replace oak_planks stone
Creates walls along the outer edges of the selected region.
Sets the center of the selected region to a block.
Regenerates the region to its earliest form.
Moves the blocks in the region by a distance based on the players direction or direction entered.
Duplicate the blocks in a region a certain number of times based on the players direction.
Creates a line between position 1 and 2 based on the block and size.
Load: Loads a schematic. Example: //schem load ironport
List: Lists all available schematics. Example: //schem list
Creates a cylinder around the player's feet.
Creates a hollow cylinder around the player's feet.
Creates a sphere around the player's feet.
Creates a hollow sphere around the player's feet.
Creates a pyramid.
Creates a hollow pyramid.
Teleports to the block the player is looking at.
Teleports through blocks.
Teleports up a distance
Brushes allow the player to bind a command to a tool. This allows the command to repeated quickly.
Binds the tool to create a sphere based on the pattern and radius
Binds the tool to create a sphere based on the pattern, radius and height.
Sets tool mask to only affect a particular block.
Creates a curve between multiple points. Requires to be set to convex.