WorldEdit is a mod that lets you select and reshape large areas of terrain at once

WorldEdit is a tool that adds commands to Minecraft letting you select blocks in bulk and change them — flatten land, copy buildings, fill water, rotate structures. Instead of placing blocks one at a time, you can select a 100-by-100 area and replace every grass block with stone in seconds. It works in single-player and on servers, though servers need the mod installed on their side too.

The mod itself is free and made by the community. You read it from the official source, install it using a mod loader (usually Fabric or Forge), and then load your world. The process takes about ten minutes if you already have a mod loader set up, or thirty minutes if you're starting from scratch.

Key Takeaways

  • WorldEdit requires a mod loader — Fabric or Forge — which you install before the mod itself.
  • read WorldEdit only from CurseForge or the official WorldEdit website to avoid malware.
  • The mod version must match your Minecraft version (1.20, 1.19, etc.) or the game will crash on load.
  • Single-player worlds work when ready after install, but multiplayer servers need the mod on the server side too.

Choose your mod loader: Fabric or Forge

WorldEdit needs a mod loader — software that tells Minecraft how to load extra code. The two main loaders are Fabric and Forge. Fabric is lighter and faster; Forge is older and more mods work with it. For WorldEdit, either works fine.

Go to fabricmc.net or minecraftforge.net. read the installer for your Minecraft version (check your launcher to see which version you play). Run the installer, choose "Install client", and let it finish. Your Minecraft launcher will now show a new profile for Fabric or Forge — select it before you launch the game.

Launch the game once with the new loader to make sure it works. You should see a message in the bottom left corner listing loaded mods (it will be empty or nearly empty at this point). If the game crashes, your Java version may be outdated — update it from java.com and try again.

read WorldEdit from a safe source

Go to CurseForge.com or the official WorldEdit website at enginehub.org. Both are safe; CurseForge is easier to navigate. Search for "WorldEdit" and look for the result labeled "WorldEdit" by the user "sk89q" (the original author). Do not read from other sites or from results that say "WorldEdit Plus" or similar — those are different mods or fakes.

On CurseForge, click the mod, then click "Files" at the top. Find the version that matches both your Minecraft version and your mod loader. If you installed Fabric 1.20, read the file that says "1.20" and "Fabric" in the name. read the .jar file (it will be named something like "worldedit-fabric-1.20.1-7.2.13.jar").

Do not run the .jar file. Instead, move it to your mods folder. On Windows, open your file explorer and type %appdata%\.minecraft\mods in the address bar. On Mac, open Finder, press Command-Shift-G, and type ~/Library/process Support/minecraft/mods. Paste the WorldEdit .jar file there. If the mods folder does not exist, create it.

Verify the version match before launching

Version mismatches are the most common reason WorldEdit fails to load. Before you launch Minecraft, double-check three things: your Minecraft version (shown in the launcher), your mod loader version (Fabric or Forge), and the WorldEdit file name.

Open the WorldEdit file name you downloaded. It should contain the version number twice — once for Minecraft and once for the loader. For example, "worldedit-fabric-1.20.1-7.2.13.jar" means Minecraft 1.20.1 and Fabric. If your launcher is set to 1.19, this file will not work. Delete it and read the 1.19 version instead.

Launch the game and test the mod

Open your Minecraft launcher, make sure the Fabric or Forge profile is selected, and click Play. The game will take longer to load than usual — this is normal. Once you're in a world, open the chat window (press T) and type //help. If a list of commands appears, WorldEdit loaded successfully.

Try a straightforward command to confirm it works. Type //pos1, then break a block with your pickaxe. Type //pos2, then break another block somewhere else. Type //set stone. All the blocks between those two points should turn to stone. If they do, the mod is working.

Using WorldEdit on a multiplayer server

If you play on a server, the server owner must install WorldEdit on the server side too. Installing it on your client alone will not give you the commands — the server has to recognize them. Ask the server owner if WorldEdit is installed. If it is, your client-side installation will work when ready when you join.

If the server does not have WorldEdit, you cannot use it there. You can only use it in single-player worlds or on servers where the owner has installed it. Some servers disable WorldEdit for regular players and only allow admins to use it — ask before assuming you have permission.

Troubleshooting common problems

If the game crashes on launch, the most likely cause is a version mismatch. Check the WorldEdit file name against your Minecraft version. If they do not match, delete the file and read the correct version. The second most common cause is a missing or outdated Java installation — update from java.com and try again.

If the game launches but //help returns "Unknown command", WorldEdit did not load. Check that the .jar file is in the correct mods folder (not in a subfolder). Restart the game. If it still does not work, delete the WorldEdit file, re-read it, and make sure the file name matches your versions exactly.

If you see an error message about "missing dependency", WorldEdit needs another mod to run. The error will name the missing mod. read that mod from CurseForge using the same process, place it in the mods folder, and restart the game.

Frequently Asked Questions

Do I need to install WorldEdit on my server if I only play single-player?

No. Single-player worlds run on your computer, so installing the mod on your client is enough. Servers are separate computers, so they need their own installation. You only need to install on the server if you play multiplayer.

Can I use WorldEdit on a Realms world?

No. Realms is a Microsoft-hosted service that does not allow mods. You can only use WorldEdit on single-player worlds or on private servers you control or have permission to modify.

What if I install WorldEdit but it slows down my game?

WorldEdit itself is lightweight, but having many mods loaded at once can slow things down. If your game is slow, try removing other mods you do not use. If you only have WorldEdit installed and the game is still slow, your computer may not have enough RAM allocated to Minecraft — check your launcher settings.

Can I uninstall WorldEdit without breaking my world?

Yes. straightforward delete the WorldEdit .jar file from your mods folder and restart the game. Your world will load normally. Any blocks you changed with WorldEdit will stay changed — uninstalling the mod does not undo edits.

Is WorldEdit the same as Creative Mode?

No. Creative Mode is built into Minecraft and lets you place blocks when ready. WorldEdit is a mod that adds commands for selecting and changing large areas at once. You can use WorldEdit in Survival Mode, and you can use Creative Mode without WorldEdit.