This powerful 3D world editor checks all the boxes for players who want a feature-rich, user-friendly customization client that works with newer versions of Minecraft. Taking the best of MCEdit and throwing in a bunch of newfangled features that a more advanced user base might expect, Amulet aims to be a one-stop shop for all your modding needs.
From decorations, to command block creations, to entire buildings, you can plug the beautiful creations of more talented builders directly into your world. In a way, it actually is sort of a form of world editing. And as is true across much of the Minecraft universe, the power of the collective does truly get things done.
Minecraft Tools is a web-based customization platform that gives players a more visual way to spawn custom items, create custom crafting recipes, and even generate custom worlds. Most of the modifications you can perform in Minecraft Tools are implemented via in-game console commands, but a few require downloading custom files.
This decidedly player-focused mod is ideal for server owners looking to spice up the experience for their denizens, and is especially great for mod builders who are looking for a tool that helps them make their creations stand out to potential downloaders.
Universal Minecraft Tool really shines with its super modern, easy to navigate user interface that makes typically-daunting tasks like navigating through your save file and copying and pasting NBT codes much less intimidating tasks. Even total beginners can pull off advanced editing tasks with this program, making it an easy choice for newbies and veterans alike.
Recently it has come to my attention that most people only know a few worldedit commands and little-to-no commands from voxelsniper. It would also appear that the majority of people have a terrible memory for commands. So here is a basic tutorial on WorldEdit commands to get you going, or to refer your builders to.
WorldEdit
What is it and qhwy do we use it?
It is a plugin to well... Edit the World. What it does is sets, replaces, removes ,or fills locations with blocks, and we will go over some of the basics of how that is done.
Regions
WorldEdit regions are locations selected by your wand. To obtain a WorldEdit wand type //wand, it should put a Wooden Axe in your inventory. This Wooden Axe will be your area selector. Left click selects position 1, Right click selects position 2.
It selects it in a box, so imagine it like this
If the above example was a house, you would select the far top edge, and the opposite bottom edge. All regions are formed in the shape of a box. We will refer to regions often, so get used to making region selections.
Making a box
Select your first region. Make sure that it says First and Second position selected.
Once a region is selected choose a material type. All normal minecraft materials can use material name like "nether_brick" or "stonebricks" for modded materials you will need the ID number, to find ID's press and hold F3 then press H, this will unlock ID's next to item names. ID's look like this "#1186/3" for 1186 is the blocks ID and 3 is the meta-data version of the block, it is important to use meta-data to get the proper block. Unlike the ID however, WorldEdit uses meta-data like this "1186:3"
So to create an empty box around your region type the following command.
"//faces 1186:3" this sets the faces of you region like a house
To make a solid box type
"//set 1186:3" this sets the entire region to a specific block ID
To make just the walls you can type
"//walls 1186:3"
To make a sphere simply stand in the location you wish the sphere to be created, you being the center of ground zero, and type the following command.
"//sphere 0098 5" where 0098 is the block ID for Stone Bricks, and 5 is the radius. A radius of 5 will make an 11x11 sphere because it doesn't count the center block in your radius size.
To make a hollow sphere of the same style, type
"//hsphere 0098 5" this will create the same sphere but hollow.
Making a cylinder
There are 2 types of cylinders, much like spheres. Solid and hollow versions.
Also like spheres, the center and radius are dependant on where you are standing.
To make a 9x9 by 30 tall hollow tower made of Stone Bricks, we would type the following command.
"//hcyl 0098 9 30"
For a solid version remove the H like this
"//cyl 0098 9 30"
Making a pyramid
Guess what? Another 2 types of pyramids, much like spheres blah blah. Solid and hollow versions.
To make a 9x9x5 hollow pyramid made of Stone Bricks, we would type the following command.
"//hpyramid 0098 9 4"
For a solid version remove the H like this
"//pyramid 0098 9 4"
Removenear/Replacenear
Replacing nearby blocks
To Replace nearby blocks with another type of block it is rather simple.
Lets say we want to replace all nearby dirt with grass, we would type.
"//replacenear 20 dirt grass" where 20 is the radius.
So it goes //replacenear radius from-id to-id
Removing nearby blocks
To remove nearby blocks of a specific type use the following command
"//removenear 0098 20" this is will remove all Stone Bricks in a 20 block radius, meaning a 41x41 block circle.
Replacer Tool
The replacer tool
It is your best friend, your ally, your compadre.
To make one, simple get a tool like a pickaxe and put it in your hand, then type
"//repl stone" this will set it so when you right click with your pickaxe it converts whatever block you are aiming at into stone. To change the replacer material, simply Left click on any block you want to be your replace-block.
Sphere Brush
A good use for the sphere brush is demolitions, I like to call it an "air brush"
To create a sphere air brush simply get a tool or custom block (custom blocks have infinite range) and put it in your hand, then type the following command.
"//brush sphere air 5" this will make a sphere brush 11x11 blocks that will replace anything you right click on with air, essentially destroying it. Be very careful with this brush and don't forget to //undo.
Cylinder Brush
A good use for the cylinder brush is roads! everyone likes roads, but they do take a while to put down, but not with WorldEdit. We will also get into some advanced commands with this because a 1 block road is ridiculous. So lets say we want our road to be made out of gravel, cobblestone, and grass, and a mostly even mix of all. We would get our brush tool and type this command
"//brush cyl 33%gravel,34%cobblestone,33%grass 2 1"
This will make a brush that converts the the 1st layer 5x5 into a mostly even mix of all 3 materials, then you can just drag the brush along the area you want for a road. Just avoid hitting plants with your brush or you'll pop a layer up.
Pyramid Brush
The pyramid brush is a good way to make pyramid things, over and over.. Not the most useful of the brushes.
To use the pyramid brush have a tool in your hand and type
"//brush pyramid 0098 4"
To make a Stone Brick 9x9x5 pyramid brush
Smooth Brush
The smooth brush obviously... smooths things out, not very well carefully I might add, it will drag anything it touches down, making trees and what-not apart of your luscious new mountain. So make sure the smooth area is clean or plan on cleaning it after.
To use the smooth brush, put a tool in hand for a brush and type the following command.
"//brush smooth 5"
This will make a 11x11 smoothing brush to go nuts with. Be careful what you smooth and remember... //undo... //undo... //undo//undo//undo//undo//undo//undo
Stacking, copying, and pasting
Stacking
Well it is... the greatest tool we always want to forget about. Don't feel like making that wall another 60 blocks by hand? Of course not... Select the region of a section of the wall, and face the direction you want it to move, then type the following command.
"//stack 1"
Yup that simple, this will stack 1 forward, the same size and region of what you selected. You can stack a million times if you want but I would not suggest it. Server lockup for a while heh.
DO NOT FORGET when stacking it will always stack the exact same space, so make sure if your seam is in the middle, to only have it once per section per selection. like this
1 X X X
X 2 X X
Stacking can also be done with a direction you are not facing. For example.
"//stack 1 west" or "//stack 1 up"
Copying
It is simple, select a region and type
"//copy"
Remember to get the whole objects region, what you do with it afterwards is up to you. The ABSOLUTE most important thing about copying is that it saves the paste location you stand in when copying. So remember what corner of the house you stood in and stay on the ground.
Pasting
Pasting is simple and easy but it can be very useful when trying to make a large structure quick, after all what is better than only making half a castle? To paste the same object as a mirror select the entire region, and then copy it. Remember where you stood and stand in the opposite location, then type
"//flip" this will flip your clipboard and now mirror the other side when pasted.
If the area is clear of debris then type
"//paste -a" this will paste the object on the opposite side without air being -a, so it is less blocks to paste and will not damage anything.
Forestgen and Tree tool
Foresttgen
A useful WorldEdit tool, especially if you mercilessly wiped out a a nearby forest to build something.
For a quick forest type the following command
"//forestgen 20 redwood 2"
This command will spawn a forest in a 41x41 block radius of Redwood aka Spruce trees with a density of 2. Anything higher than 2 is incredibly dense.
The Tree Tool
The quick tool to spawn trees, who needs saplings and bonemeal! Get a tool like a pickaxe, put it in hand and then type
"//tree redwood" to each time you right click with that pickaxe it will place a tree down, permitted a tree could be there.