Wiki - SoltionStudios
WebsiteStoreDiscord
  • ☀️Welcome
    • Website
    • Store
    • Discord Server
  • 🛠️TUTORIALS
    • Importing worlds to a server
    • Importing worlds to singleplayer minecraft
    • Importing a schematic to a server
    • Importing schematics to singleplayer minecraft
    • Installing FAWE (FastAsyncWorldEdit)
    • Installing WorldEdit mod
    • Installing Multiverse-Core
  • 🔍MAP ISSUES
    • Missing blocks
    • Defining spawn
    • Blocks falling
    • Blocks breaking spontaneously
    • Server crashing when loading schematic
Powered by GitBook
On this page
  1. TUTORIALS

Importing a schematic to a server

PreviousImporting worlds to singleplayer minecraftNextImporting schematics to singleplayer minecraft

Last updated 1 year ago

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

  • plugin [not recommeded]

  • (FastAsyncWorldEdit) plugin

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

WordEdit
FAWE
🛠️
Page cover image