TheCore
  • Introduction
  • Features
  • Commands and Permissions
  • Placeholders
  • TheSkills
    • Skills
    • Stats
    • Perks
  • TheCrafting
  • TheEnchanting
  • TheMinions
    • Adding Custom Minion
    • Minion Type
    • Minion Layout
  • TheBank
  • TheAuction
  • TheTrades
  • TheAnvil
  • TheAlchemy
  • TheSouls
  • ThePets
    • Adding Custom Pet
    • Adding Custom Pet with ModelEngine
  • TheDragon
    • Dragon Events
    • Setting Up Schematic
    • Setting Up Arena
    • Setting Up Guardians
  • Dev API
    • TheSkills
    • TheTrades
Powered by GitBook
On this page
  1. TheDragon

Setting Up Schematic

Setting Up Schematic Tutorial

PreviousDragon EventsNextSetting Up Arena

Last updated 2 years ago

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!