Update README.md

This commit is contained in:
Riwad Salim 2024-10-02 23:15:16 +00:00
parent f90fea6cb5
commit 396d36ad43

View File

@ -8,14 +8,14 @@ They were used as part of the [UNEJ project](https://minetest.net/education/), w
## Commands
### //bigmtschemcreate \<folder_name\>
### `//bigmtschemcreate \<folder_name\>`
This command creates a folder within the schematics directory of the WorldEdit area (which must already be set up).
It functions the same as the `//mtschemcreate` command from WorldEdit, but with the ability to create large schematics.
---
### //bigmtschemplace \<folder_name\>
### `//bigmtschemplace \<folder_name\>`
This command imports a schematic created by the `//bigmtschemcreate` command.
The import starts from the `pos1` position in WorldEdit, which will serve as the bottom-left corner of the schematic.
@ -23,13 +23,13 @@ It is similar to the `//mtschemplace` command, but allows for placing large sche
---
### //worldjournal
### `//worldjournal`
Displays a list of logged actions that can be undone.
---
### //worldundo [ID]
### `//worldundo [ID]`
Undoes the actions from `//bigmtschemplace` command.
The ID corresponds to the log ID shown by the `//worldjournal` command. ID `1` represents the most recent action.