Solved What HCF Armour Class plugin is this?

Discussion in 'Bukkit Help' started by Zeneth2727, Jul 30, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    Zeneth2727

    I've had this plugin for a while and I want to make an addon for it but I need the plugin's: name, author, and page/(download) link. Heres the config.yml:
    Code:
    messages:
      CLASS_ACTIVE: "&e{class}&e class activated."
      CLASS_WARMUP: "&c{class} warmup: &e10s"
      CLASS_NO_ENERGY: "&cYou do not have enough energy for this. You have {power} but requires {required_power}"
      CLASS_COOLDOWN: "&cYou can not do this for {duration}"
      CLASS_REMOVED: "&c{class} class deactivated."
      ARCHER_DAMAGE: "&aArcher({distance}) {pre-damage} -> {damage}"
      BARD_POWEER: "&eBard Power: &6&l{power}"
    class-warmup: 10
    archer:
      archer-damage-formula: "(damage * 2.0) + (distance/25.0)"
      passive:
        SPEED:
          level: 3
          duration: 6
        DAMAGE_RESISTANCE:
          level: 2
          duration: 6
        cooldown: 30
      click:
        SUGAR:
          SPEED:
            level: 4
            duration: 10
          cooldown: 30
    rouge:
      backstab-damage: 6.0
      degree: 0.6
      cooldown: 500
      passive:
        JUMP:
          level: 2
          duration: 6
        SPEED:
          level: 3
          duration: 3
      click:
        SUGAR:
          SPEED:
            level: 2
            duration: 3
          cooldown: 30
    miner:
      underground-y: 20
      passive:
        FAST_DIGGING:
          level: 2
          duration: 6
      passive-underground:
        INVISIBILITY:
          level: 2
          duration: 6
    bard:
      passive:
        REGENERATION:
          level: 2
          duration: 6
        SPEED:
          level: 2
          duration: 6
        DAMAGE_RESISTANCE:
          level: 2
          duration: 6
      held:
        MAGMA_CREAM:
          FIRE_RESISTANCE:
            level: 1
            duration: 6
        BLAZE_POWDER:
          INCREASE_DAMAGE:
            level: 1
            duration: 6
        IRON_INGOT:
          DAMAGE_RESISTANCE:
            level: 1
            duration: 6
        GHAST_TEAR:
          REGENERATION:
            level: 1
            duration: 6
        SUGAR:
          SPEED:
            level: 2
            duration: 6
        FEATHER:
          JUMP:
            level: 1
            duration: 6
      click:
        BLAZE_POWDER:
          INCREASE_DAMAGE:
            level: 2
            duration: 6
          power: 25
        IRON_INGOT:
          DAMAGE_RESISTANCE:
            level: 7
            duration: 6
          power: 15
        FEATHER:
          JUMP:
            level: 5
            duration: 10
          power: 15
        SUGAR:
          SPEED:
            level: 4
          power: 15
        SLIME_BALL:
          SLOW:
            level: 1
            duration: 10
          power: 15
        GHAST_TEAR:
          REGENERATION:
            level: 4
            duration: 6
          power: 25
        BROWN_MUSHROOM:
          WEAKNESS:
            level: 6
            duration: 10
          power: 15
        SPIDER_EYE:
          WITHER:
            level: 2
            duration: 6
          power: 15
    
     
  2. Offline

    I Al Istannen

    @Zeneth2727
    What is the directory this file in is in? What is the jar file for this plugin?
    If you open the jar file with an archive program (7zip, WinRar, ...), there is a plugin.yml in there, with the author and name of the plugin.

    If you don't have these information, good luck :/
     
  3. Offline

    Zeneth2727

    Thanks! it worked! I opened it with WinRar.
     
  4. Offline

    I Al Istannen

    @Zeneth2727
    No problem, glad I could help :)

    If this is solved, you can change the prefix to "Solved". Helps keep it a bit more clean :)
    (Top right of this page -> Thread Tools -> Edit title -> Change the prefix)

    Have a nice day!
     
Thread Status:
Not open for further replies.

Share This Page