From b6933816b8740031a64f32862d8987a345e1abc3 Mon Sep 17 00:00:00 2001 From: Anthony Zhang Date: Mon, 16 Jul 2012 14:38:15 -0400 Subject: Add entities to mark the WorldEdit region positions and add the //reset command. Document regions, and the //reset command. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b6f6e6c..84e2820 100644 --- 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 ` 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. -- cgit v1.2.3