diff --git a/.docs/Tutorial.md b/.docs/Tutorial.md index 62f9806..99eb48a 100644 --- a/.docs/Tutorial.md +++ b/.docs/Tutorial.md @@ -36,8 +36,16 @@ See a full list with complete explanations in the [chat command reference](/Refe ## Regions +WorldEdit allows you to define a _region_ by specifying 2 points in the world - we number these points 1 and 2. By using the WorldEdit wand (or WorldEditAdditions Far Wand), one can left click to set the position of point 1, and right click to set point 2: - - Explain WorldEdit regions, points 1 & 2 +{% image "images/tutorial_pos1_2.jpeg" "A screenshot showing WorldEdit points 1 and 2 in a desert with a cactus" %} + +Point 1 is on the cactus, and point 2 is on the ground in the bottom left. + +Most WorldEdit and WorldEditAdditions commands require either 1 or 2 points to be set in order to work. + + - If 1 point is required, it's the origin point used by the command + - If 2 points are required, the defined region specifies the area in which the command is operate ## Command syntax diff --git a/.docs/images/banner-main.jpeg b/.docs/images/banner-main.jpeg index b84104d..b9e591c 100644 Binary files a/.docs/images/banner-main.jpeg and b/.docs/images/banner-main.jpeg differ diff --git a/.docs/images/gallery-a.jpeg b/.docs/images/gallery-a.jpeg index 1ed45c4..f35119d 100644 Binary files a/.docs/images/gallery-a.jpeg and b/.docs/images/gallery-a.jpeg differ diff --git a/.docs/images/tutorial_pos1_2.jpeg b/.docs/images/tutorial_pos1_2.jpeg new file mode 100644 index 0000000..4da846c Binary files /dev/null and b/.docs/images/tutorial_pos1_2.jpeg differ