CustomArrows
Introduction
This plugin adds custom effects to arrows, like potion effects. When you shoot some creature or player with an arrow, that entity will be affected by the arrow effect. For example, shoot a cow with an "invisibility" arrow and it will disappear! How fun doesn't that sound! You can buy arrows using /buyarrows, requires Vault for economy!
This plugin requires Vault!
Information
Source
https://github.com/CheeseSoftware/CustomArrows
This plugin has the current arrow effects:
- water
- regen
- speed
- fire_resistance
- poison
- instant_heal
- night_vision
- weakness
- strength
- slowness
- instant_damage
- invisibility With more to come! (Hint: Enderpearls)
Commands: /buyarrows <type> <amount>
Permission nodes: customarrows.buyarrows -Lets the player buy arrows using /buyarrows customarrows.buyarrows.<arrowname> -Lets the player buy a specific arrow using /buyarrow
Configuration:
# default config.yml # customarrows: potionarrows: water: # Type of the potion effect duration: 600 # Duration in ticks amplifier: 0 # Modifier of the effect of the arrow cost: 40 # How much each arrow costs in your currency(Must be using Vault!) regen: duration: 600 amplifier: 0 cost: 40 speed: duration: 600 amplifier: 0 cost: 40 fire_resistance: duration: 600 amplifier: 0 cost: 40 poison: duration: 600 amplifier: 0 cost: 40 instant_heal: duration: 600 amplifier: 0 cost: 40 night_vision: duration: 600 amplifier: 0 cost: 40 weakness: duration: 600 amplifier: 0 cost: 40 strength: duration: 600 amplifier: 0 cost: 40 slowness: duration: 600 amplifier: 0 cost: 40 instant_damage: duration: 600 amplifier: 0 cost: 40 invisibility: duration: 600 amplifier: 0 cost: 40

