# Importing a schematic to a server

Despite that the steps to import a schematic are the same, there are 2 possibles alternatives to get it done:

* [WordEdit ](https://wiki.soltionstudios.com/helping/installing-worldedit-mod)plugin \[not recommeded]
* [FAWE ](https://wiki.soltionstudios.com/helping/installing-fawe-fastasyncworldedit)(FastAsyncWorldEdit) plugin

1. In the folder <mark style="color:yellow;">plugins</mark> of your server's directory, find the folder <mark style="color:yellow;">WorldDdit/FastAsyncWorldEdit</mark>.
2. Inside that folder, there should be another folder named <mark style="color:yellow;">schematics</mark>.
3. Move all the schematics that must be loaded into minecraft to that folder.
4. In minecraft, make sure the schematics were successfully loaded with the following command: *<mark style="color:yellow;">**//schematic list**</mark>* *(WorldEdit)* or *<mark style="color:yellow;">**//schematic list mine**</mark>* *(FAWE)*
5. Now you must load the schematic: *<mark style="color:yellow;">**//schematic load \<schematic\_name>**</mark>*
6. Finally, to paste the loaded schematic, use: *<mark style="color:yellow;">**//paste**</mark>* or *<mark style="color:yellow;">**//paste -a**</mark>* for ignoring the air blocks (most efficient).


---

# 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://wiki.soltionstudios.com/tutorials/importing-a-schematic-to-a-server.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.
