1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2025-10-17 16:15:27 +02:00

Allow relative coordinate parsing

for //fixedpos, since that's the only relevant command
closes #260
This commit is contained in:
sfan5
2025-09-20 14:01:29 +02:00
parent 1f9b8ef55b
commit 5121ffab8b
5 changed files with 30 additions and 4 deletions

View File

@@ -99,6 +99,8 @@ Set the WorldEdit region position 1 or 2 to the position (`<x>`, `<y>`, `<z>`).
//fixedpos set1 -30 5 28
//fixedpos set2 1004 -200 432
Note that the `~` syntax can be used here to indicate a coordinate relative to the player.
### `//volume`
Display the volume of the current WorldEdit region.