Empfohlene Produkte
- View Weapons │ Hack Force: Cutting Edge

Weapons │ Hack Force: Cutting Edge
Positiv (1)
Der Preis ist: $14.99. - View RPG Greatswords Pack 2VERKAUF
NEW!RPG Greatswords Pack 2
15% RABATTKeine Bewertung



Der Originalpreis war: $11.99.Der aktuelle Preis ist: $10.19. - View Oak Tree Mini Furniture Pack
NEW!Oak Tree Mini Furniture Pack
Positiv (1)
Der Preis ist: $4.99.

Importing Builds with Worldedit
How to import a schematic
Importing Schematics with World Edit is quick and easy! This guide will walk you through how to import one into your world.
What is a schematic?
A schematic is a file that saves a selection of blocks. It is common to see them with a .schematic or .schem file extension.
What plugins can help me import a schematic?
There are several plugins that can help you import a schematic. The two most common are Fast Asynchronous World Edit (FAWE) or WorldEdit.
How to import a schematic with WorldEdit
Insert the .schematic file in the folder
/plugins/WorldEdit/schematicsGo on to your server and type
//schematic load {name of file}Type
//pasteto paste the schematic that was saved to your clipboard.
How to import a schematic with Fast Asynchronous World Edit (FAWE)
Insert the
.schematicin the folder/plugins/FastAsyncWorldEdit/schematicsGo to your server and type
/schematic load {name of file}Type
//pasteto paste the schematic that was saved to your clipboard.
Tips and Tricks
The {name of file} should include the
.schemor.schematicextension as well. For example, if my schematic file is calledspawnmap.schem, I would type/schematic load spawnmap.schem(using FAWE).Pay attention to your position because your paste will be located depending on it. Also make sure you have enough space!
Using
//paste -ainstead of//pastewill remove all air from your paste.Using
//paste -einstead of//pastewill paste entities such as armor stands!You can use
//rotatecommands to rotate the placement of your schematic relative to your player. It is recommended to use increments of 90 degrees.If you are running a paper server and see lighting errors after you paste your schematic, you can use the
/paper fixlightcommand to update the lighting.

