Skip to content
Mike0so edited this page May 21, 2014 · 2 revisions

The whole Config

General:
  Lores:
    Health:
      keyword: health
      base-health: 20
    FoodMana:
      keyword: mana
    HealthRegen:
      keyword: regen
    Damage:
      keyword: damage
    Dodge:
      keyword: dodge
    Critt-Chance:
      keyword: critt-chance
    Critt-Damage:
      keyword: critt-damage
    Life-Steal:
      keyword: life-steal
    Armour:
      keyword: armour
    Level:
      message: "Your level is to low to wear this Item."
  Plugin:
    Support:
      Holograms:
        mana:
          color: '&b'
          prefix: Mana
        health:
          color: '&a'
          prefix: Health
        damage:
          color: '&4'
          prefix: Health
      holo-shownfor: 5



Lore

Example
  Lores:
    Health: # The section you want to change
      keyword: health # You can change the prefix of the lore
      base-health: 20 # Base Health of a player without any lore effectsa

Level Requirement

    Level:
      message: "Your level is to low to wear this Item." #This message will be displayed when a player                                      
                                                          doesnt match the level lore.

Indicator Holograms

Example
      Holograms:
        mana:
          color: '&b'  #Color of the hologram (minecraft farbcodes)
          prefix: Mana #Prefix shown behind the value

Heroes Class hologram

      holo-shownfor: 5 # How long the class hologram will be shown

Clone this wiki locally