Admins
This page is basically a worldedit cheatsheet for admins in order to be able to set up new user regions. I typically forget the commands and thought I'd toss em' here. :)
Get a wand!
You must have a "wand" in order to click / right click blocks to perform functions necessary in World Edit. This will give you a wooden axe, which will be your wand. To do so, do the following:
//wand
Select an area
In order to select an area to perform an operation on... you LEFT CLICK a block to get the first block, then you go to the opposite side and RIGHT CLICK the end block to "close" the loop. You may notice sometimes, that 2nd right click doesn't quite take. Simply right click a different block, then right click the desired ending block.
To make sure you gather the area above and below you've selected do the following:
//expand vert
This will grab all blocks above and below.
Define a Region for a user
First, you will need to actually
In order to define a region for a user, there are really two commands you need to do.
- /region define $user_name [where $user_name is the EXACT name of the user]
- /region addowner $user_name $user_name
/region define traemccombs
/region addowner traemccombs traemccombs
The above, will allow me to build in a particular area.
To do so, do the following:
/promote $user_name
Conversely, /demote $user_name works as one would think it should.
Deleting a region
In order to ascertain who owns an area, you need a piece of string [287]. Simply right click the area in question, and it will show the ID or name of the region.
Then, you can do the following to remove the region:
/region delete <ID>
For plots inside "Midland"
In addition to the other bits you need to do, You will need to do the following:
/region setparent <ID> midland
World Edit Help
If you find yourself needing more help, you can go visit the actual wiki page and it has tons of stuff there.
http://wiki.sk89q.com/wiki/WorldEdit
World Edit Videos