PDA

View Full Version : World Edit Commands



darkvoo
2011-06-17, 16:40
Hey all,

Here's a command list for the magic wand in Minecraft:

• Selection commands:
//wand - Gives you a wand that lets you define a cuboid region
//pos1 - Set position one of the selection to the block you are in
//pos2 - Set position two of the selection to the block you are in
//hpos1 - Set position one of the selection to the block that you are looking at
//hpos2 - Set position two of the selection to the block that you are looking at
//chunk - Select all the blocks in the chunk that you are in
//expand - Expand your selection in any direction
//contract - Contract your selection
//size - Find out how big your selection is
//count - Get the count of a certain block in the selection
//distr - Get the block distribution in the region

• Clipboard commands:
//copy - Copy to your clipboard
//cut - Copy and delete
//paste - Paste your selection
//pasteair - Paste, air included
//rotate - Rotate your clipboard
//load - Load a .schematic
//save - Save a .schematic
//clearclipboard

• History commands:
//undo
//redo
//clearhistory

• Region operations:
//set - Set all the blocks inside a region to a block type, OR to a definable random mix of blocks (i.e only 1% diamond ore)
//stack - Stack the region (i.e. repeat a section of a bridge)
//stackair - Also copies air
//move - Move the region
//moveair - Also moves air
//outline - Draw faces
//walls - Draw walls
//replace - Replace one block type with another, OR several block types with another, OR replace non-air blocks with another
/replacenear - Shortcut //replace that works on nearby blocks
//overlay - Overlay a block over the selected region
//smooth - Smooth the terrain in the region

• Point operations:
//fill - Fill holes with something
//drain - Drains water and lava pools
//cyl - Generate filled cylinders
//hcyl - Generate hollow cylinders
//sphere - Generate spheres
//hsphere - Generate hollow spheres
/fixwater - Level water and turns flowing water into stationary water
/fixlava - Level lava and turns flowing lava into stationary lava
/removeabove - Remove blocks directly above
/removebelow - Remove blocks directly below
/removenear - Remove blocks near you of a certain type (i.e. TNT)
/forestgen - Generate a forest (with Notch's tree algorithm)
/pinegen - Generate a pine tree forest
/snow - Generate snow cover and freeze over lakes near you
/butcher - Kill nearby mobs

• Restoring from backups:
/listsnapshots - List the backups available to use
//use - Select the backup to use
//restore - Restore the selection region from a backup

• Tools:
// or /, - Toggle super pickaxe mode to remove any block instantly
//mode - Super-super pickaxe modes with area and recursive effects
//tool - Lets you use extra tools, like insta-tree!
/unstuck - Frees you if you are stuck inside some blocks
/ascend - Go up to the level above you
/descend - Go down a level
/ceil - Get access to the ceiling above you
/thru - Go through the wall that you are looking at
/up - Go upwards some distance
/jumpto - Go to the block that you are looking at
/chunkinfo - Get the coordinates and path of the chunk that you are in currently in
/listchunks - Get a list of chunks
/delchunks - Generate a shell script to delete chunks
/ex - Fire extinguisher

• Per-player preferences:
//limit - Set a maximum block change limit for operations
/toggleeditwand - Toggles use of the edit wand
/toggleplace - Rather than use your feet, use position 1 for point commands