# Admin Commands

| Subcommand                                                                       | Aliases                   | Arguments                                     | Permission       | Description                                                                                                                                                                                                                                                    |
| -------------------------------------------------------------------------------- | ------------------------- | --------------------------------------------- | ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `thaumielmapeditor`                                                              | `tme`                     | None                                          | `None`           | Base command for Thaumiel Map Editor operations                                                                                                                                                                                                                |
| [`convert`](/tme-docs/documentation/commands/admin-commands/convert.md)          | `cv`                      | `<Schematic Name>`                            | `tme.convert`    | Converts a PMER schematic to the new format                                                                                                                                                                                                                    |
| [`coroutines`](/tme-docs/documentation/commands/admin-commands/coroutines.md)    | `coro, cor`               | None                                          | `tme.coroutines` | Lists all active/ran coroutines                                                                                                                                                                                                                                |
| [`destroy`](/tme-docs/documentation/commands/admin-commands/destroy.md)          | `de, delete, remove, del` | `<Schematic Id>`                              | `tme.destroy`    | Permanently deletes a schematic                                                                                                                                                                                                                                |
| [`grab`](/tme-docs/documentation/commands/admin-commands/grab.md)                | `gr`                      | `<Schematic ID>`                              | `tme.grab`       | Loads a schematic into the active world                                                                                                                                                                                                                        |
| [`list`](/tme-docs/documentation/commands/admin-commands/list.md)                | `li`                      | None                                          | `tme.list`       | Lists all registered schematics                                                                                                                                                                                                                                |
| `modify`                                                                         | `mod`                     | `<position\|rotation\|scale>, ...`            | `tme.modify`     | Modifies a schematic transform through [Position](/tme-docs/documentation/commands/admin-commands/position.md), [Rotation](/tme-docs/documentation/commands/admin-commands/rotation.md), and [Scale](/tme-docs/documentation/commands/admin-commands/scale.md) |
| [`modify position`](/tme-docs/documentation/commands/admin-commands/position.md) | `pos`                     | `[Schematic ID], <Get\|\|Set>, [X], [Y], [Z]` | `tme.modify`     | Gets or sets a schematic position                                                                                                                                                                                                                              |
| [`modify rotation`](/tme-docs/documentation/commands/admin-commands/rotation.md) | `rot`                     | `<Schematic ID>, <X>, <Y>, <Z>`               | `tme.modify`     | Rotates a schematic by specified angles                                                                                                                                                                                                                        |
| [`modify scale`](/tme-docs/documentation/commands/admin-commands/scale.md)       | None                      | `<Schematic ID>, <X>, <Y>, <Z>`               | `tme.modify`     | Scales a schematic by specified values                                                                                                                                                                                                                         |
| [`reload`](/tme-docs/documentation/commands/admin-commands/reload.md)            | `re`                      | None                                          | `tme.reload`     | Reloads all schematics from disk                                                                                                                                                                                                                               |
| [`save`](/tme-docs/documentation/commands/admin-commands/save.md)                | None                      | `<Map Name>`                                  | `tme.save`       | Saves spawned schematics as a map file                                                                                                                                                                                                                         |
| [`spawn`](/tme-docs/documentation/commands/admin-commands/spawn.md)              | `sp, create, cr`          | `<Schematic name>, <X>, <Y>, <Z>`             | `tme.spawn`      | Spawns a schematic at the specified coordinates                                                                                                                                                                                                                |
| [`spawned`](/tme-docs/documentation/commands/admin-commands/spawned.md)          | `spd`                     | None                                          | `tme.spawned`    | Lists all currently spawned schematics                                                                                                                                                                                                                         |

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://thaumiel.gitbook.io/tme-docs/documentation/commands/admin-commands.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
