Back to blog

How to Import a Schematic into Your Minecraft Server

How to Import a Schematic into Your Minecraft Server

How to Load a Schematic into a Minecraft Server

If you're running a Minecraft server and want to load schematics to quickly replicate structures, you're in the right place. Schematics are pre-built structures saved as files, allowing you to copy, paste, and share creations with ease. To do this efficiently, we'll use FAWE (Fast Async WorldEdit), a powerful alternative to the classic WorldEdit plugin.

FAWE is highly recommended because it performs faster and handles large operations without crashing the server. Let’s dive into the process step-by-step.


What You’ll Need

  1. A Minecraft server with plugin/mod support (e.g., Paper, Spigot, or Forge).
  2. FAWE plugin installed on your server.
  3. The schematic file you want to load (usually a .schem or .schematic file).
  4. Basic permissions to use FAWE commands in-game.

Step 1: Install FAWE

Before you can load schematics, you need to ensure FAWE is installed on your server.

  1. Download FAWE:

    • Visit the FAWE GitHub page or a plugin repository like SpigotMC.
    • Download the correct version for your server type (Paper/Spigot or Forge).
  2. Add FAWE to Your Server:

    • Place the FAWE .jar file into your server’s plugins folder (for Paper/Spigot) or mods folder (for Forge).
    • Restart the server.
  3. Verify Installation:

    • Run /plugins in-game or in the server console. You should see FAWE listed and colored green.

Step 2: Place the Schematic File

FAWE uses a specific directory for schematic files.

  1. Navigate to your server’s main folder.
  2. Locate the FAWE configuration directory: plugins/FastAsyncWorldEdit/schematics/.
  3. Place your .schem or .schematic file into this folder.

💡 Tip: If you’re using older .schematic files, FAWE supports them, but newer .schem files are the modern standard.


Step 3: Load and Paste the Schematic

Now for the fun part—bringing your schematic to life in the game.

  1. Log into the Game:

    • Join your server and ensure you have permission to use FAWE commands.
  2. Load the Schematic:

    • Type the following command:

      /schematic load <filename>

      Replace <filename> with the name of your schematic file (exclude the extension).

      Example:

      /schematic load castle
  3. Position Yourself:

    • Move to the location where you want the schematic to appear. Typically, the schematic pastes relative to your current position (e.g., the bottom corner or center aligns with you).
  4. Paste the Schematic:

    • Use the paste command:
      //paste

    Your structure will now appear in the world!


Step 4: Adjust and Troubleshoot

  1. Undo Mistakes:

    • If the schematic isn't placed correctly, undo it by typing:
      //undo
  2. Rotate or Flip:

    • Before pasting, you can rotate the schematic using:

      //rotate <angle>

      Replace <angle> with 90, 180, or 270 (degrees).

    • Similarly, flip it along an axis:

      //flip <direction>

      Replace <direction> with north, south, east, or west.


Why Use FAWE Over WorldEdit?

  • Performance: FAWE is optimized for speed, handling large schematics without lagging or crashing the server.
  • Ease of Use: It includes commands and features specifically designed for modern Minecraft versions.
  • Compatibility: Works seamlessly with multiple plugins and mods, offering better reliability.

While WorldEdit is a trusted tool, FAWE is simply better suited for servers that demand high performance and stability.


Conclusion

Using schematics is a fantastic way to save time and share your Minecraft creations with others. By following this guide and using FAWE, you can easily load, paste, and customize schematics on your server. Whether you're building massive cities or importing custom dungeons, FAWE will make your server management much smoother.

Happy building! 🎮