How to Install and Use WorldEdit on Your Minecraft Server
WorldEdit is a powerful in-game map editor that can drastically simplify large-scale building projects and world modifications. If you’re planning to create massive structures or just need to tweak landscapes quickly, WorldEdit offers a range of commands that make editing your server’s world efficient and easy. It might take some practice at first, but once you're comfortable with the commands, you'll find WorldEdit simple and intuitive to use..
Always create a backup of your server world before installing or modifying any plugins. It’s a safety net if something doesn’t work as expected and you need to roll back your server.
WorldEdit works exclusively with Java Edition.
You'll also need to have either the NeoForge or Fabric server jar installed. For guidance, check out our tutorial on installing server jars.
Log in to your Nexus Hosting Account.

Once on the dashboard, find and select your intended Minecraft server.

Click the More button (three ellipses) in the sidebar and the select Mod Installer from the pop-up window.

To locate the mod, type WorldEdit in the search bar and then click Install. Make sure the WorldEdit version you install, matches your version of Fabric or NeoForge.

If the installation was successful, you’ll see a confirmation message just under the search bar. Now you can begin using WorldEdit’s powerful commands!

All commands in WorldEdit start with two slashes (//).
WorldEdit uses a tool called a wand to select areas (cuboids) you want to edit. To get your wand (a wooden axe by default), type //wand.
With your wand, select an area by left-clicking on one block to set the first corner, and right-clicking another block to set the opposite corner.

To quickly fill the selected area, type //set [block]. For example, typing //set bedrock fills the selected cuboid with bedrock.

If you want to adjust the height of your selected area, use //expand [number_of_blocks] up to extend it upwards or //contract [number_of_blocks] down to shrink it downward.
This adjusts the dimensions of the selected area, so you’ll need to use //set [block] again to fill the empty area of the cuboid.
To change one type of block to another within your selection, use** //replace [from-block] [to-block]**. For instance, //replace bedrock stone.

You can also “terraform” in a randomized 50/50 ratio split between two block types using //set [block],[block]. For example, //set sandstone,stone.

To copy a structure, stand at your starting point and type //copy. Move to the spot where you want it pasted and type //paste. Pay attention to your position so it pastes exactly where intended. It may take some practice to get your positioning right.

If you make a mistake, don't worry – you can undo it by typing** //undo [number]**, specifying how many steps to reverse.
If you'd like to learn more commands or explore some more advanced feature like brushes, please see WorldEdit's documentation.
Always create a backup of your server world before installing or modifying any plugins. It’s a safety net if something doesn’t work as expected and you need to roll back your server.
WorldEdit works exclusively with Java Edition.
You'll also need to have either the NeoForge or Fabric server jar installed. For guidance, check out our tutorial on installing server jars.
Step 1:
Log in to your Nexus Hosting Account.
Step 2:
Once on the dashboard, find and select your intended Minecraft server.
Step 3:
Click the More button (three ellipses) in the sidebar and the select Mod Installer from the pop-up window.
Step 4:
To locate the mod, type WorldEdit in the search bar and then click Install. Make sure the WorldEdit version you install, matches your version of Fabric or NeoForge.

Step 5:
If the installation was successful, you’ll see a confirmation message just under the search bar. Now you can begin using WorldEdit’s powerful commands!
How to Use WorldEdit – The Basics
All commands in WorldEdit start with two slashes (//).
1. Getting Started with the Wand
WorldEdit uses a tool called a wand to select areas (cuboids) you want to edit. To get your wand (a wooden axe by default), type //wand.
2. Selecting an Area
With your wand, select an area by left-clicking on one block to set the first corner, and right-clicking another block to set the opposite corner.
3. Filling Areas Quickly
To quickly fill the selected area, type //set [block]. For example, typing //set bedrock fills the selected cuboid with bedrock.
4. Adjusting the Height
If you want to adjust the height of your selected area, use //expand [number_of_blocks] up to extend it upwards or //contract [number_of_blocks] down to shrink it downward.
This adjusts the dimensions of the selected area, so you’ll need to use //set [block] again to fill the empty area of the cuboid.
5. Replacing and Randomizing Blocks
To change one type of block to another within your selection, use** //replace [from-block] [to-block]**. For instance, //replace bedrock stone.
You can also “terraform” in a randomized 50/50 ratio split between two block types using //set [block],[block]. For example, //set sandstone,stone.
6. Copying and Pasting Structures
To copy a structure, stand at your starting point and type //copy. Move to the spot where you want it pasted and type //paste. Pay attention to your position so it pastes exactly where intended. It may take some practice to get your positioning right.
7. Undoing Mistakes
If you make a mistake, don't worry – you can undo it by typing** //undo [number]**, specifying how many steps to reverse.
8. Check the Documentation
If you'd like to learn more commands or explore some more advanced feature like brushes, please see WorldEdit's documentation.
Updated on: 29/03/2025
Thank you!