Configuration

Config Structure

plugins/Kalo/
├── config.yml           # Main config
└── packs/
    └── mypack/
        ├── pack.yml     # Pack metadata
        └── configs/
            ├── items.yml
            ├── blocks.yml
            ├── furniture.yml
            ├── paintings.yml
            ├── music_discs.yml
            ├── guis.yml
            ├── sounds.yml
            ├── glyphs.yml
            └── recipes.yml

Pack Metadata

# pack.yml
name: My Pack
version: 1.0.0
description: Custom content for my server
author: Me