From 0606a910e25280ceb3fb45a25d890c51269a5874 Mon Sep 17 00:00:00 2001 From: Anthony Zhang Date: Mon, 16 Jul 2012 14:54:14 -0400 Subject: [PATCH] Document markers and give an example for //reset. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 84e2820..ffe6852 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ Each positions together define two opposing corners of the cube. With two opposi 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. +Markers +------- +Entities are used to mark the location of the WorldEdit regions. They appear as boxes containing the number 1 or 2, and represent position 1 and 2 of the WorldEdit region, respectively. + +To remove the entities, simply punch them. This does not reset the positions themselves. + Commands -------- @@ -27,6 +33,8 @@ Commands Reset the region so that it is empty. + //reset + ### //pos1 Set WorldEdit region position 1 to the player's location.