> For the complete documentation index, see [llms.txt](https://quality-plus.gitbook.io/untitled/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quality-plus.gitbook.io/untitled/thedragon/setting-up-schematic.md).

# Setting Up Schematic

This is the first step in the setup after TheDragon plugin installation.

This schematic will be placed where enderdragon spawn after game start

**1)** You need to add a schematic inside <mark style="color:blue;">**/plugins/TheDragon/schematics**</mark> folder

<figure><img src="https://i.gyazo.com/bd2f0d83db6ca519cd9ec67409074ace.gif" alt=""><figcaption></figcaption></figure>

**2)** You need to add the name of the schematic to config.yml, Example if you schematic name is "dragon\_egg.schem" you need to add "dragon\_egg"

{% code title="/plugins/TheDragon/config.yml" %}

```yaml
event-settings:
  schematic-settings:
    id: dragon_egg
```

{% endcode %}

**3)** Start your server!

&#x20;
