WorldEdit is the most powerful building mod in Minecraft history. Instead of placing blocks one by one, you can paste an entire pixel art build — thousands of blocks — with a single command. If you use BlockBlueprint's .schem export, WorldEdit is how you actually get that build into your world.
What You Need Before Starting
- ▸Minecraft: Java Edition (any recent version)
- ▸The Minecraft Launcher installed and updated
- ▸About 10 minutes
Tip
Not sure which Minecraft version you have? Open your world and press F3. The version number is shown in the top-right corner of the debug screen.
Step 1 — Install Fabric Loader
WorldEdit on Java Edition runs on the Fabric mod loader. Go to fabricmc.net/use/installer and download the Fabric Installer for your operating system. Run the installer, select your exact Minecraft version from the dropdown, leave Loader Version on the latest, and click Install. The installer creates a new profile in your Minecraft Launcher automatically.
Always match the Fabric version to your exact Minecraft game version. Using the wrong version is the most common cause of crashes on first launch.
Step 2 — Download Fabric API
Fabric API is a required companion library for almost every Fabric mod. Go to modrinth.com and search for 'Fabric API'. Click the download icon next to the version that matches your Minecraft version. You will get a .jar file — do not double-click it, just save it.
Step 3 — Download WorldEdit for Fabric
Go to modrinth.com and search for 'WorldEdit'. Select the WorldEdit result from EngineHub. On the Versions tab, filter by your Minecraft version and by the Fabric loader. Download the latest compatible .jar file.
Tip
Only download WorldEdit from the official EngineHub page or Modrinth. Third-party sites often distribute outdated or modified versions.
Step 4 — Copy Both .jar Files Into Your Mods Folder
You need to place both downloaded .jar files (Fabric API and WorldEdit) into your Minecraft mods folder. The location depends on your operating system:
- ▸Windows: Press Win+R, type %appdata%\.minecraft\mods and press Enter
- ▸macOS: Open Finder, press Cmd+Shift+G, type ~/Library/Application Support/minecraft/mods
- ▸Linux: Navigate to ~/.minecraft/mods in your file manager
If the mods folder does not exist, create it. Copy both .jar files into this folder. Do not extract them — Fabric loads .jar files directly.
Step 5 — Launch Minecraft with the Fabric Profile
Open the Minecraft Launcher. In the top-left, click the Installations tab. You should see a new profile named something like "fabric-loader-X.X.X-1.XX.X". Click Play on that profile. The game will load with WorldEdit active — you will see "WorldEdit" listed on the main menu if everything worked correctly.
Essential WorldEdit Commands
- ▸//wand — gives you the wooden axe selection tool
- ▸//schem load <filename> — loads a .schem file from your schematics folder
- ▸//paste — pastes the loaded schematic at your position
- ▸//paste -a — pastes ignoring air blocks (useful for pixel art)
- ▸//undo — reverses your last WorldEdit operation
- ▸//schems — lists all .schem files available to load
How to Paste a BlockBlueprint .schem File
- 1.Generate your blueprint on image2minecraft.com and click the .schem Download button (Pro plan)
- 2.Locate your schematics folder: .minecraft/config/worldedit/schematics/ (create it if it does not exist)
- 3.Copy the downloaded .schem file into that folder
- 4.Join your Minecraft world and stand where you want the bottom-left corner of the build
- 5.Type //schem load <filename> replacing filename with your file name (without .schem)
- 6.Type //paste -a to paste the entire pixel art — the -a flag skips air blocks so the surroundings stay intact
What would take hours of manual block placement is done in under a second with //paste. This is the fastest way to build large pixel art in Minecraft.
Troubleshooting
- ▸Game crashes on launch — check that your Fabric API version matches your Minecraft version exactly
- ▸WorldEdit not listed in main menu — make sure both .jar files are in the mods folder, not in a subfolder
- ▸schem load says file not found — the file must be in .minecraft/config/worldedit/schematics/, not the root .minecraft folder
- ▸No permission to use // commands — WorldEdit commands require operator status. In singleplayer, type /op YourUsername first