You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fastasyncworldedit/commands/schematics/schematic.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This command lists your schematics and schematic folders.
19
19
20
20
**Usage:**`//schematic list [-dn] [-p <page>] [-f <formatName>] [filter or directory]`
21
21
22
-
- You can sort the schematic list by the date of creation: With the `-n` flag the list starts with the newest schematic, while with `-d` the list beginns with the oldest.
22
+
- You can sort the schematic list by the date of creation: With the `-n` flag the list starts with the newest schematic, while with `-d` the list begins with the oldest.
23
23
- With the optional `-p` flag and a side number you switch between the list side.
24
24
- With `-f` you filter your results with the target schematic file format.
25
25
- A search string (the `filter`) can be used to search for special files or folders based of the name (including the file extension). The filter is case-insensitive. Alternative, you can list all contents of the target folder by specify a `directory` (e.g. `//schematic list Houses/`).
@@ -42,4 +42,4 @@ This command can be used to move the [loaded schematic](#schematic-load) to the
0 commit comments