WorldEdit is an easy-to-use in-game Minecraft map editor. You can easily sculpt your world or perform numerous terraforming tasks through a combination of commands and “brushes”.
Head over to the Game Panel and stop your server.
Navigate to the "Addons -> Plugins" tab and install the latest WorldEdit plugin to your server.
Start up your server and check if WorldEdit started up, you can use the pl
command to see all the plugins that are installed to your server.
Make sure to also OP yourself in your server to gain access to all the commands.
Use the //wand
command to get a wooden axe so you can start marking positions.
In this example I will mark two positions so the whole pyramid would be selected:
After you’ve selected your building you can copy it with //copy
(copies your building to the clipboard and doesn’t delete it from it’s original position) or cut it with //cut
(removes the building from it’s original position and saves your building to the clipboard).
Once you have something in your clipboard, you can paste it to your world with //paste
.
You can also paste without including air blocks with //paste -a
to fit your building into tight spaces or just so the paste wouldn’t use as much server resources.
Copy the building that you’d like to transfer over to your other world.
After you’ve copied the building to your clipboard you’ll have to save it as a schematic just like this. The last argument after “save” will be the schematic’s name - feel free to name it however you’d like.
When you’ve saved a schematic of your building then it will be saved to your server files and you can load and paste this schematic to any other world.
Activate the world that you’d like to transfer your building to.
Go ahead and join your server when it has started up again and you’re now able to load the schematic you saved in your previous world using the //schem load <schematicName>
command
You can also use the //schem list
command to see the schematics you’ve saved.
When you’ve loaded your schematic it will be saved to your clipboard and you’ll be able to paste it anywhere in your world.
Congratulations, you've successfully installed WorldEdit to your server and learned how to use some of its features. If you have any issues or concerns, please contact us through the ticket system.