]> git.lizzy.rs Git - worldedit.git/blobdiff - README.md
Add entities to mark the WorldEdit region positions and add the //reset command....
[worldedit.git] / README.md
index b6f6e6c50c5e74af3034ce755e49ddcab0be8b6a..84e2820c089fa1e69c48551fe4d813e522fd22ef 100644 (file)
--- a/README.md
+++ b/README.md
@@ -12,9 +12,21 @@ WorldEdit has a huge potential for abuse by untrusted players. Therefore, users
 
 For in-game information about these commands, type `/help <command name>` in the chat. For example, to learn more about the `//copy` command, simply type `/help /copy` to display information relevant to copying a region.
 
+Regions
+-------
+Most WorldEdit commands operate on regions. Regions are a set of two positions that define a 3D cube. They are local to each player and chat commands affect only the region for the player giving the commands.
+
+Each positions together define two opposing corners of the cube. With two opposing corners it is possible to determine both the location and dimensions of the region.
+
+Regions are not saved between server restarts. They start off as empty regions, and cannot be used with most WorldEdit commands until they are set to valid values.
+
 Commands
 --------
 
+### //reset
+
+Reset the region so that it is empty.
+
 ### //pos1
 
 Set WorldEdit region position 1 to the player's location.