We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98eb242 commit 9e16fdaCopy full SHA for 9e16fda
README.md
@@ -18,7 +18,12 @@ builder help
18
```lua
19
-- Builds a floor with the specified size.
20
-- Uses the Item in Slot 1 as Buildingblock!
21
-builder floor -w <width> -l <length> -m <"left"|"right">
+builder floor -w <width> -l <length> -mH <"left"|"right">
22
```
23
24
-# Dev - Documentaion
+### clearArea
25
+
26
+```lua
27
+-- clears an Area of the specifed size
28
+builder clearArea -w <width> -l <length> -h <height> -mH <"left"|"right"> -mV <"up"|"down">
29
+```
0 commit comments