# 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).
