CustomArrows

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

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

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    69197
  • Created
    Nov 17, 2013
  • Last Released File
    Dec 31, 2014
  • Total Downloads
    663
  • License

Categories

Members

Recent Files