forked from mtcontrib/Minetest-WorldEdit
Document markers and give an example for //reset.
This commit is contained in:
parent
b6933816b8
commit
0606a910e2
@ -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.
|
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
|
Commands
|
||||||
--------
|
--------
|
||||||
|
|
||||||
@ -27,6 +33,8 @@ Commands
|
|||||||
|
|
||||||
Reset the region so that it is empty.
|
Reset the region so that it is empty.
|
||||||
|
|
||||||
|
//reset
|
||||||
|
|
||||||
### //pos1
|
### //pos1
|
||||||
|
|
||||||
Set WorldEdit region position 1 to the player's location.
|
Set WorldEdit region position 1 to the player's location.
|
||||||
|
Loading…
Reference in New Issue
Block a user