Configuration

# SGTitles v0.8 Configuration

default:
    # Set this to false to disable group permission based titles (Useful for people without permissions)
    use-permissions: true
    # Format in which to apply titles
    format: '#prefix##color##player##suffix#'
    # If this is enabled, player names will always be set to the default-name-color. If you disable
    # this option, names will inherit the last color from the prefix they set
    color-names-by-default: true
    # Changes the default name color. This is the color used by players who have not set a color
    # using /title color
    default-name-color: white
    # Allows setting of default colors per user group. Requires color-names-by-default to be true
    color-by-group:
    - example:BLUE
groups:
    # Group Name
    Admin:
    # Titles to assign this group (These titles need to already exist, this does not create them for you)
    - example
    - example2
spout:
    # The format in which a spout title is applied. Use '\n' to specify a new line.
    format: '#prefix#\n#player##suffix#'
mcmmo:
    # Disable this if you use mcMMO but do not want reward based titles
    enabled: true
    # Enable this option if you would like to broadcast server-wide when someone earns an mcMMO title
    broadcast: false
    # At which skill level should rewards be given out
    level-required: 250
    # The default position of any titles created by this method
    default-position: prefix
    # The default format of any titles created by this method
    default-format: '[#skill#]'
    skill-titles:
        # Change these to whatever you want the default mcMMO titles to say per-skill
        Acrobatics: Ninja
        Archery: Marksman
        Axes: Viking
        Mining: Miner
        Excavation: Excavator
        Fishing: Angler
        Herbalism: Farmer
        Repair: Blacksmith
        Swords: Fencer
        Taming: Trainer
        Unarmed: Berserker
        Woodcutting: Lumberjack
deathtp:
    # Disable this if you use DeathTpPlus but do not want reward based titles
    enabled: true
    # Enable this option if you would like to broadcast server-wide when someone earns a DeathTpPlus title
    broadcast: false
    # The default position of any titles created by this method
    default-position: prefix
    # The default format of any titles created by this method
    default-format: '[#title#]'
    # Kill stream titles
    kill-streak:
    # Formatted as: [Title name]:[Kills Required]. These titles will generate automatically the first time someone is rewarded one.
    - Murderer:5
    - Demolisher:10
    # Multi kill titles
    multi-kill:
    - Reaver:2
heroes:
    # Disable this if you use Heroes but do not want reward based titles
    enabled: true
    # Enable this option if you would like to broadcast server-wide when someone earns a Heroes title
    broadcast: false
    # Set this to false to grant titles automatically without requiring a class be mastered
    require-master: true
    # The default position of any titles created by this method
    default-position: prefix
    # The default format of any titles created by this method
    default-format: '[#class#]'