[RPG] Minecraft in-game diseases

Discussion in 'Archived: Plugin Requests' started by LordHareobrine, Jul 13, 2012.

?

Would this be a plugin you would like installed on your server, or your favorite server?

  1. Yes

    83.3%
  2. No

    16.7%
  1. Offline

    Squish000

    If anyone is wondering ive nearly finished, im just adding curing into it now. Its also incredibly configurable, you can create any disease you can think of. Here's and example of 1 disease in the config
    Code:
    SmallCut:
            Name: Small Cut
            Description: A small cut from broken glass.
            InfectionRadius: 0
            Contraction:
                - BREAKBLOCK(20,hand)&2    //1 in 2 chance of contraction when you break glass with your hand
                - BREAKBLOCK(102,hand)&10
                - BREAKBLOCK(81)&1
                - ATTACKENTITY(COW,346)&1000  //1 in 1000 chance when you hit a cow with a fishing rod (idk why...)
            OnContractMessage: default
            Symptoms:
                - 1:
                    Duration: 300
                    Effects:
                        - POTION:POISON(3,80)&1     //3 seconds of posion(level 1) every 80 seconds
                        - POTION:WEAKNESS(30,60)&1
                - 2:
                    Duration: forever
                    Effects:
                        - POTION:POISON(10,80)&1
                        - POTION:WEAKNESS(55,60)&2   //55 seconds of weakness(level 2) every 60seconds
                        - POTION:SLOW(20,30)&1
    
     
  2. Offline

    fredghostkyle1

    looks good
     
  3. Offline

    psychic94

    I already have a couple other plugins in development, so I think it would be best for everyone to just use that plugin.
     

Share This Page