Armor potion effects

Discussion in 'Plugin Requests' started by tj3651, May 21, 2015.

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

    tj3651

    before you start posting armorset effects,custom armors or superarmors, they are not what i'm looking for.

    all i want is a simple plugin that will put potion effects wear you were a specefic armor piece. not the entire
    set.

    /armor add golden_chestplate health_boost 4

    this is all i want. this will give the golden chestplate bonus hearts with a unlimited timer(that doesn't reset every tick causing the effect to be meaningless....)

    a nice simple config like this would do as well

    Gold_chestplate:
    potioneffect: health_boost
    level: 4
    ticks: 120000 (0 for infinite)

    Iron_boots:
    potioneffect: speed_boost,jump_boost
    level: 4,2
    ticks: 120


    and then when you remove the armor the potion effect removes. you can also make it so that it applies to all golden chestplates and iron_boots so you don't have to do the command over and over.(thats what the config is for anyway)
     
    Last edited by a moderator: May 21, 2015
  2. Offline

    Signatured

    Would this be a global thing? So when an Admin types /armor add blah it would do this for everyone?
     
  3. Offline

    tj3651

    yes it would
     
  4. Offline

    Natfan

    I'm currently working on a Classes plugin based on HCFaction's classes. I'm a bit of a newbie at Bukkit but I'll see what I can do to add a configuration to my plugin.
     
Thread Status:
Not open for further replies.

Share This Page