Config Set-Up

######################################################################
######################################################################
##                                                                  ##
##          .___  ___.   ______   ___   ___  __   _______           ##
##          |   \/   |  /  __  \  \  \ /  / |  | |   ____|          ##
##          |  \  /  | |  |  |  |  \  V  /  |  | |  |__             ##
##          |  |\/|  | |  |  |  |   >   <   |  | |   __|            ##
##          |  |  |  | |  `--'  |  /  .  \  |  | |  |____           ##
##          |__|  |__|  \______/  /__/ \__\ |__| |_______|          ##
##                                                                  ##
##                                                                  ##
######################################################################
######################################################################

# MoxieSkills Configuration
Version: 1.0
Defaults:
    BroadcastOnLevelUp: true
    UseConstitutionAsSecondarySkill: true
Data:
    # Support for flatfile (YML) and database (MySQL)
    Type: YML
    # The following only applies if using MySQL
    Hostname: localhost
    Port: 3306
    User: root
    Pass: pass
    Database: minecraft
Skills:
    AgilityEnabled: true
    ArcheryEnabled: true
    AttackEnabled: true
    ConstitutionEnabled: true
    CookingEnabled: true
    CraftingEnabled: true
    DefenceEnabled: true
    EnchantingEnabled: true
    FishingEnabled: true
    HerbloreEnabled: true
    MiningEnabled: true
    SmeltingEnabled: true
    StrengthEnabled: true
    SwimmingEnabled: true
    WoodcuttingEnabled: true