Infected - 'Share your config' thread

Discussion in 'Bukkit Discussion' started by manniL, Jun 21, 2012.

Thread Status:
Not open for further replies.
  1. This thread is for the plugin Infected.

    Post your configs to share them with the crowd and to present them!

    Please post ONLY configs here to avoid spam and make it easier to search for configs. It would be also good to give them a good name :)

    You can post the config right here, but please don't in plain text, use the code or syntax bbcode.

    Configs:

    Thanks a lot and best regards,

    manniL
     
  2. Offline

    Curttron

    This is just the first one I made, TronicCraftx is the world, so if you copy this just change it to your world's name... (Tested: Works great)
    Code:
      effects:
        TronicCraftx:
          zombie:
            nausea:
              multiplier: 1
              chance: 100
              duration: 10
            lifesteal:
              chance: 45
              infmsg: The zombie has eaten your flesh, to replenish his own health!
          skeleton:
            blind:
              multiplier: 1
              duration: 4
              chance: 60
              infmsg: The skeleton has tampered with your vision!
              curemsg: Your vision has stablized.
          spider:
            slow:
              multiplier: 1
              duration: 2
              chance: 90
              infmsg: You are tangled in web!
              curemsg: The spider's web has fallen
     
    manniL likes this.
  3. Offline

    Kizea

    Sorry for the previous inceident, its now fixed thanks to the kind people on this forum ^_^

    This works 100% now - this is a challenging mob list the reason ive done this is because the people who use my server end up downing the ender dragon in a couple of hours after a new map. So for those who have the same sorta issue, this will pose as a better challenge ;)

    Code:
    effects:
      Toran:
        zombie:
          nausea:
            multiplier: 1
            chance: 100
            duration: 10
            infmsg: You feel ill as the zombie strikes you.
          lifesteal:
            chance: 75
            infmsg: The zombie regains health as he tears at your flesh.
        zombiepigman:
          nausea:
            multiplier: 2
            chance: 100
            duration: 10
            infmsg: You feel ill as the zombie strikes you.
          lifesteal:
            chance: 75
            infmsg: The zombie regains health as he tears at your flesh.
        skeleton:
          poison:
            multiplier: 1
            chance: 100
            duration: 10
            infmsg: You begin to weaken as the skeleton strikes you.
          slow:
            multiplier: 1
            chance: 75
            duration: 10
            infmsg: Your movement becomes hindered.
        spider:
          slow:
            multiplier: 1
            chance: 100
            duration: 10
            infmsg: You have been caught in a web!
          hunger:
            multiplier: 1
            chance: 75
            duration: 10
            infmsg: you begin to feel fatigued.
        cavespider:
          slow:
            multiplier: 2
            chance: 100
            duration: 20
            infmsg: You have been caught in a web!
          hunger:
            multiplier: 2
            chance: 75
            duration: 15
            infmsg: you begin to feel fatigued.
        slime:
          slow:
            multiplier: 1
            chance: 100
            duration: 10
            infmsg: You have something sticky on your foot!
          hunger:
            multiplier: 1
            chance: 75
            duration: 10
            infmsg: you begin to feel fatigued.
        silverfish:
          lifesteal:
            chance: 75
            infmsg: the silverfish gains some health as it feasts on you
          hunger:
            multiplier: 1
            chance: 75
            duration: 10
            infmsg: you begin to feel fatigued.
        spiderjockey:
          slow:
            multiplier: 2
            chance: 100
            duration: 25
            infmsg: You have been caught in a web!
           poison:
            multiplier: 1
            chance: 75
            duration: 10
            infmsg: You begin to weaken as the skeleton strikes you.
          lifesteal:
            chance: 50
        enderman:
          nausea:
            multiplier: 2
            chance: 100
            duration: 25
            infmsg: You are under a trance!
          burn:
            multiplier: 2
            chance: 50
            duration: 10
            infmsg: You begin to burn!
     
      Toran_neather:
        zombiepigman:
          nausea:
            multiplier: 2
            chance: 100
            duration: 10
            infmsg: You feel ill as the zombie strikes you.
          lifesteal:
            chance: 75
            infmsg: The zombie regains health as he tears at your flesh.
     
        ghast:
          burn:
            multiplier: 2
            chance: 100
            duration: 10
            infmsg: You burn as the blast hits you.
          crit:
            damage: 15
            chance: 50
            infmsg: Ouch! what a hit!
        blaze:
          burn:
            multiplier: 2
            chance: 100
            duration: 10
            infmsg: HOT HOT HOT!
          crit:
            damage: 15
            chance: 50
            infmsg: Ouch! what a hit!
        magmacube:
          slow:
            multiplier: 2
            chance: 100
            duration: 10
            infmsg: You have something sticky on your foot!
          burn:
            multiplier: 1
            chance: 50
            duration: 10
            infmsg: HOT HOT HOT.
      Toran_the_end:
        enderman:
          nausea:
            multiplier: 2
            chance: 100
            duration: 25
            infmsg: You are under a trance!
          burn:
            multiplier: 2
            chance: 50
            duration: 10
            infmsg: You begin to burn!
        enderdragon:
          nausea:
            multiplier: 2
            chance: 25
            duration: 25
            infmsg: The fierce dragon confuses you!
          burn:
            multiplier: 2
            chance: 25
            duration: 25
            infmsg: You begin to burn!
          slow:
            multiplier: 2
            chance: 25
            duration: 25
            infmsg: You have been stunned!
          crit:
            damage: 15
            chance: 15
            infmsg: Ouch! what a hit!
          lifesteal:
            chance: 50
            infmsg: He restores some health!
    
     
  4. Guys, this isn't a support thread...

    If you have problems, ask on the page / via ticket / via PM

    Thanks
     
  5. Yeah, this would be nice :) It is good if you help him. I did this too, but via PM, which is a better way. ;)
     
Thread Status:
Not open for further replies.

Share This Page