[INACTIVE][FUN/MECH] SuperBow v0.96 - Flaming Arrows and Damage Multipliers [531]

Discussion in 'Inactive/Unsupported Plugins' started by Bitswitch, Mar 5, 2011.

  1. Offline

    Bitswitch

    SuperBow - The Flaming Arrows and Damage Multiplier plugin:
    Version: v0.96

    Features:
    • Arrows can be on fire during flight
    • Arrows can set entities on fire (players, hostile mobe, and neutral mobs)
    • Damage can be changed using a multiplier
    • Arrows can set blocks on fire
    • In game commands to change options without restarting the server
    • Supports Permissions v2.5.4
    SuperBow lets you set per user and globally if players arrows are on fire and how much damage their arrows do.

    In Game Commands:
    /superbow reload - reloads the config
    /superbow damage [0-6] - changes your damage multiplier. defaults to 1 if you try outside the 0-6 range.
    /superbow flight - toggles if the arrow is on fire during flight
    /superbow entity - toggles if the arrow sets entities on fire
    /superbow block - toggles if the arrow sets the block it hits on fire. (currently does not work)

    So in the example config below everyone but bitswitch has a normal bow and arrow(normal damage and no fire) while bitswitch's arrows do twice the normal arrow damage and will set players and mobs on fire that bitswitch shoots.

    Chamgelog for 0.96:
    Fixed a block ignition bug where the blocks would catch fire at the
    spot where you shot an entity even if the entity had moved from that spot or died.

    SuperBow.jar
    Source Code
    Changelog
    Todo

    Permissions Nodes:
    Code:
    SuperBow.info
    SuperBow.help
    SuperBow.damage
    SuperBow.flight
    SuperBow.entity
    SuperBow.block
    Example config.yml:
    Code:
    SuperBow:
        Default:
            damageMultiplier: 1
            fireArrows:
                flight: false
                entity: false
                block: false
        Users:
            bitswitch:
                damageMultiplier: 2
                fireArrows:
                    flight: true
                    entity: false
                    block: true
     
  2. Offline

    goldgamer328

    do you think you could make other arrows to. Such as tnt arrows, poision arrows so you take damage over time, ice arrows, lighting arrows things like that?
     
  3. Offline

    Crucifiex

    Doesn't work anymore.
     

Share This Page