1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2025-07-11 20:40:20 +02:00

Add //fixedpos command and document it.

This commit is contained in:
Anthony Zhang
2013-07-28 17:07:47 -04:00
parent faa4a7b065
commit 7e1be63344
2 changed files with 31 additions and 0 deletions

View File

@ -56,6 +56,14 @@ Set WorldEdit region, WorldEdit position 1, or WorldEdit position 2 by punching
//p set2
//p get
### //fixedpos set1 x y z
Set a WorldEdit region position to the position at (<x>, <y>, <z>).
//fixedpos set1 0, 0, 0
//fixedpos set1 -30, 5, 28
//fixedpos set2 1004, -200, 432
### //volume
Display the volume of the current WorldEdit region.