top of page

Minecraft Schematic Guide: How to Upload a Map to Your Server


Introduction

We know you're excited to add the awesome spawn, map, or build you purchased from us to your server! This process is quite simple, thanks to files called schematics (.schematic or .schem). In this guide, we'll walk you through the step-by-step process of easily uploading and pasting a schematic file onto your Minecraft server. Minecraft Schematic Guide: How to Upload a Map to Your Server


Prerequisites

Before you begin, make sure you have the following ready and installed on your server:

  1. WorldEdit Plugin: This is the most popular and essential plugin for loading and pasting schematics. Make sure you have WorldEdit (or a more performance-friendly alternative like FastAsyncWorldEdit (FAWE)) installed that is compatible with your server version.

  2. Access to Server Files: You need access to your server's files via FTP (using a program like FileZilla) or a web-based file manager provided by your host or windows remote desktop.

  3. Your Schematic File: The .schem or .schematic file you purchased from us.


Step 1: Locate the WorldEdit Folder

Once you have installed the WorldEdit plugin and run your server at least once, the plugin will generate its own files. Using your file manager, navigate to the plugins folder in your server's main directory. Inside, you will see a folder named WorldEdit.

Inside the WorldEdit folder, you will find another folder named schematics. This is the exact location where you need to upload your schematic file!

In short, the path you need to follow is: plugins/WorldEdit/schematics/

(If the schematics folder does not exist, you can create it manually while WorldEdit is installed on your server.)


Step 2: Upload the Schematic File to the Server

Simply drag and drop or upload the .schem or .schematic file you downloaded into the plugins/WorldEdit/schematics/ folder you located in the previous step.

Once the upload is complete, you can move on to the next step.


worldedit select pos

Step 3: Load and Paste the Schematic In-Game

We're done with the server files for now—it's time to jump into Minecraft!

  1. Log in to your server and switch to Creative mode (/gamemode creative). Make sure you can fly and have the necessary permissions (OP status) to use commands.

  2. Check if the schematic is loaded. Type the following command into the chat: //schem list This command will list all the files in your schematics folder. If you see the name of the file you just uploaded, you're good to go.

  3. Load the schematic to your clipboard. Now, use this command to load the schematic (type the filename without the extension): //schem load filename Example: If your file is named epic-spawn.schem, the command would be: //schem load epic-spawn

  4. Go to the location where you want to place the build. Fly to the area where you want to set up the map and find the perfect spot.

  5. Paste it! Finally, use the following command to place the structure into the world: //paste -a


Important Tip: The -a flag we add at the end of the //paste command ignores air blocks from the schematic. This prevents it from destroying the existing terrain underneath your build.

And that's it! The map you purchased is now on your server. Don't forget to type /save-all to ensure the changes are permanently saved to your world.


Frequently Asked Questions (FAQ)

  • "Unknown command" error: This means either the WorldEdit plugin is not installed correctly or you do not have OP permissions.

  • The server froze or lagged: Large schematics can put a temporary strain on the server. We recommend doing this when there are few players online. If the problem persists, try using the FastAsyncWorldEdit (FAWE) plugin.

  • "Schematic could not be found" error: You may have misspelled the filename in the command or uploaded the file to the wrong folder. Double-check with the //schem list command.



Is it helpful?

  • Yes

  • No


Comments

Rated 0 out of 5 stars.
No ratings yet

Add a rating
bottom of page