Configuration

# PvPDynasty
#
# Format:
#
# killtitle:
# type:                              = Either "suffix" or "prefix", this is whether the title is a prefix or suffix.
# noformat:                          = This is the format of the prefix/suffix for a player with no title. You can leave it blank.
# titles:                            = List all your titles.
#   - King                           = Example title (in list).
#   - Knight                         = Example title (in list).
#   - Peasant                        = Example title (in list).
# King:                              = Add title here (from list).
#   format:                          = This is the format of the title (colour codes are compatible, see the dev page for info)
#   rank:                            = This is the rank of the title, any integer (see dev page for more info)
#   getby:                           = This is how you get the rank, either 'killing' or 'dieing'(see dev page for more info)
#   effects:
#     potionlist:                    = List all the potions you want.
#       - POTIONNAME/LEVEL/DURATION  = Replace 'POTIONNMAE' with a potion name, 'INTENSITY' with a level and 'DURATION' with a duration (in ticks, 20 ticks in one seconds. I recommend you use a duration of 400)
# Knight:                            = Add title here(from list).
#   format:                          = This is the format of the title (colour codes are compatible, see the dev page for info)
#   rank:                            = This is the rank of the title (see dev page for more info)
#   getby:                           = This is how you get the rank (see dev page for more info)
#   effects:
#     potionlist:                    = List all the potions you want.
#       - POTIONNAME/LEVEL/DURATION  = Replace 'POTIONNMAE' with a potion name, 'LEVEL' with a level and 'DURATION' with a duration (in ticks, 20 ticks in one seconds. I recommend you use a duration of 400)
# Peasant:                           = Add title here(from list).
#   format:                          = This is the format of the title (colour codes are compatible, see the dev page for info)
#   rank:                            = This is the rank of the title (see dev page for more info)
#   getby:                           = This is how you get the rank (see dev page for more info)
#   effects:
#     potionlist:                    = List all the potions you want.
#       - POTIONNAME/LEVEL/DURATION  = Replace 'POTIONNMAE' with a potion name, 'LEVEL' with a level and 'DURATION' with a duration (in ticks, 20 ticks in one seconds. I recommend you use a duration of 400)
#
#----------------------------------------------------------------------------------------------------------------
pvpdynasty:
  type: suffix
  noformat: §r
  titles:
    - King
    - Knight
    - Peasant
  King:
    format: §6 King§r
    rank: 1
    getby: killing
    effects:
      potionlist:
        - DAMAGE_RESISTANCE/1/400
        - SPEED/2/400
        - WATER_BREATHING/0/400
  Knight:
    format: §3 Knight§r
    rank: 2
    getby: killing
    effects:
      potionlist:
        - INCREASE_DAMAGE/0/400
        - JUMP/2/400
  Peasant:
    format: §a Peasant§r
    rank: 1
    getby: dieing
    effects:
      potionlist:
        - BLINDNESS/0/400
        - WEAKNESS/0/400