For the complete documentation index, see llms.txt. This page is also available as Markdown.
Page cover

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:

  1. In the folder plugins of your server's directory, find the folder WorldDdit/FastAsyncWorldEdit.

  2. Inside that folder, there should be another folder named schematics.

  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: //schematic list (WorldEdit) or //schematic list mine (FAWE)

  5. Now you must load the schematic: //schematic load <schematic_name>

  6. Finally, to paste the loaded schematic, use: //paste or //paste -a for ignoring the air blocks (most efficient).

Last updated