Setting Up Schematic

Setting Up Schematic Tutorial

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 /plugins/TheDragon/schematics folder

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"

/plugins/TheDragon/config.yml
event-settings:
  schematic-settings:
    id: dragon_egg

3) Start your server!

Last updated