🊓WorldEdit Commands

List of all WorldEdit commands that can be used in Roblox BedWars.

Use /i world_edit_wand or //wand to obtain a World Edit Wand, or enter creative mode with /gm 1 to automatically receive one.

Sets position 1 and position 2 of the region to edit, creating a selected region between the two points.

//pos1
//pos2

Sets the selected region to the specified block type.

//set <blockType>

Replaces all blocks of the first block type contained in the selected region with the second block type.

//replace <blockType1> <blockType2>

Copies all the blocks in the selected region, from the current position of your character.

//copy

Pastes all the blocks in the selected region, based on the position of your character.

//paste

Replaces all the blocks in the selected region with "air".

//delete

Copies all of the blocks in the selected region, then replaces them with "air".

//cut

Rotates the selected region around each axis by the specified number of degrees.

//rotate <rotationX> <rotationY> <rotationZ>

Undos the last WorldEdit action.

//undo

Redos the last undone WorldEdit action.

//redo

Last updated