What WorldEdit is and where to get it
WorldEdit is a tool that lets you edit large areas of your Minecraft world quickly — you can fill regions, copy and paste structures, and undo changes in seconds instead of placing blocks one at a time. It works as a plugin, which means you need to install it into a Minecraft server or a single-player world that supports plugins.
WorldEdit itself is free and comes from the CurseForge website, which hosts thousands of Minecraft mods and plugins. You read the file there, then move it into a specific folder on your device where your Minecraft server reads plugins from.
The catch is that WorldEdit only works on servers running Bukkit, Spigot, or Paper — these are modified versions of Minecraft's server software that allow plugins to run. If you play on the standard Minecraft Java Edition without a plugin-enabled server, WorldEdit will not work. If you play Minecraft Bedrock Edition (the version on Windows 10/11, Xbox, or mobile), WorldEdit is not available at all.
Key Takeaways
- WorldEdit only works on servers running Bukkit, Spigot, or Paper — not on standard Minecraft Java Edition or Bedrock Edition.
- You read the WorldEdit plugin file from CurseForge and place it in your server's plugins folder.
- Your server must be running and you must have operator (op) permissions to use WorldEdit commands.
- After adding the file, restart your server so it loads the plugin.
- If you do not already have a plugin-enabled server, you will need to set one up first or use a hosting service that provides one.
Setting up a plugin-enabled server
Before you can install WorldEdit, you need a server that supports plugins. If you are playing single-player Minecraft, you will need to convert your world to a server or create a new one. The easiest path is to use a server hosting service like Aternos, which is free and handles the setup for you — you just log in, create a server, and choose Spigot or Paper as the server type.
If you want to run a server on your own device, read the server software from the official Spigot or Paper websites. Spigot is the older standard; Paper is newer and faster. Both require Java to be installed on your computer. Once you read the server file, place it in a folder, run it once to generate the necessary files, then close it. This creates a plugins folder where you will later add WorldEdit.
Setting up a local server is more technical and requires you to edit configuration files and manage Java memory. If you are new to this, a free hosting service removes that step entirely.
Downloading WorldEdit from CurseForge
Go to CurseForge.com and search for "WorldEdit". Click the official WorldEdit project (it will show the author as "sk89q"). On the project page, look for the Files section and find the version that matches your server software — if you are running Spigot or Paper, read the file labeled for your Minecraft version (usually the most recent one).
The file will be a .jar file with a name like "worldedit-bukkit-7.2.13.jar". read it to your computer. Do not unzip it or open it — leave it as a .jar file.
If you are using a hosting service like Aternos, you can often upload the file directly through the web panel instead of accessing your computer's file system. Check your hosting service's instructions for where to upload plugin files.
Installing the plugin into your server
On your local computer, navigate to the folder where your server files are stored. Inside that folder, you will see a plugins folder. If it does not exist, create a new folder and name it "plugins". Drag the WorldEdit .jar file you downloaded into this plugins folder.
If you are using a hosting service, log into your control panel, find the file manager, and navigate to the plugins folder. Upload the WorldEdit .jar file there using the upload button.
After the file is in place, restart your server. When the server starts up, it will read the plugins folder and load WorldEdit. You should see a message in the server console saying WorldEdit has loaded successfully. If you see an error instead, check that the file is in the correct folder and that your server software version matches the WorldEdit version you downloaded.
Giving yourself permission to use WorldEdit
WorldEdit commands only work if you have operator (op) status on your server. If you are running a local server, open the server console and type: op YourUsername (replace YourUsername with your actual Minecraft username). Press Enter. You should see a message confirming you are now an operator.
If you are using a hosting service, log into your control panel and look for a Players or Operators section. Add your username there. Some services do this automatically for the account owner.
Once you have op status, join your server in Minecraft. You can now use WorldEdit commands by typing them in the chat window, starting with a forward slash. For example, //wand gives you a selection tool, and //set stone fills your selection with stone blocks.
Testing WorldEdit after installation
Join your server and type //help in the chat. If WorldEdit is working, you will see a list of available commands. If you see an error saying the command is not recognized, WorldEdit did not load — go back and check that the .jar file is in the plugins folder and that you restarted the server after adding it.
Try the basic workflow: type //wand to get a wooden axe, then left-click one corner of an area and right-click the opposite corner to select a region. Type //set dirt to fill that region with dirt blocks. If this works, WorldEdit is installed correctly.
If you get a permission error, you do not have op status yet. Go back to your server console or control panel and confirm you ran the op command or added yourself to the operators list.
Troubleshooting common installation problems
If WorldEdit does not appear in your help menu, the most common cause is that the server did not restart after you added the file. Stop your server completely, wait a few seconds, then start it again. Watch the console output as it loads — you should see "WorldEdit" mentioned in the startup messages.
If you see an error about a missing dependency, WorldEdit needs another plugin called WorldGuard to run. read WorldGuard from CurseForge the same way you downloaded WorldEdit, place it in the plugins folder, and restart the server. WorldGuard should load first, then WorldEdit.
If you downloaded the wrong version of WorldEdit for your server type (for example, a Forge version instead of a Bukkit version), the server will not load it. Check the CurseForge page again and make sure you are downloading the file labeled "Bukkit" or "Spigot", not "Forge" or "Fabric".
If your server crashes when loading WorldEdit, your Java memory limit may be too low. Local servers need at least 1 GB of RAM allocated. If you are using a hosting service, upgrade your server plan or contact support.
Frequently Asked Questions
Can I use WorldEdit on a Minecraft Realms world?
No. Realms is a closed service that does not allow plugins. WorldEdit only works on servers you control or rent from a third-party host that supports Bukkit, Spigot, or Paper.
Do I need WorldGuard to use WorldEdit?
WorldGuard is optional but recommended. WorldEdit works without it, but WorldGuard adds region protection so other players cannot undo your edits. If WorldEdit fails to load and mentions a missing dependency, read and install WorldGuard.
Will WorldEdit work on my single-player world?
Not directly. Single-player worlds do not run a plugin-enabled server by default. You can convert your world to a server or create a new server world and copy your builds over, but this requires extra steps.
What if I read WorldEdit but it does not show up in my plugins folder?
Check that your browser did not unzip the file automatically. The file should be named something like "worldedit-bukkit-7.2.13.jar", not a folder. If your browser unzipped it, re-read it and tell your browser not to unzip .jar files.
Can I use WorldEdit on a server with other players?
Yes, but only operators can use WorldEdit commands. Other players will see the changes you make but cannot use the tool themselves unless you give them op status. You can also use WorldGuard to protect regions so only certain players can edit them.