======MYARROWS======
This plugin adds new arrow types like fire,brick,iron,poison and diamond that can be crafted and used just like normal arrows! This is my first plugin so feedback/bugs reports are extremely welcomed!
I will be adding more arrows very soon. If anyone has any request let me know!
# MyArrows by Leering - Config # # Allow Arrow Types allowDiamond: true allowIron: true allowFire: true allowSuperSonic: true allowBrick: true allowPoison: true allowBomb: false allowTesta: true diamondDamage: 30 ironDamage: 20 allowSuperSonicExplosion: true superSonicDelay: 5 superSonicBowDurabilityDamge: 40 allowBrickGlassBreak: true bombArrowExplosionSize: 20
permissions: myArrows.*: description: Gives access to all Arrows children: myArrows.poison: true myArrows.diamond: true myArrows.iron: true myArrows.fire: true myArrows.bomb: true myArrows.super: true myArrows.brick: true myArrows.poison: description: Allows you to use posion arrows default: true myArrows.diamond: description: Allows you to use diamond arrows default: true myArrows.iron: description: Allows you to use iron arrows default: true myArrows.fire: description: Allows you to use fire arrows default: true myArrows.bomb: description: Allows you to use bomb arrows default: false myArrows.super: description: Allows you to use super arrows default: true myArrows.brick: description: Allows you to use brick arrows default: true
-This is my first time using permissions so hopefully it all works right in V0.9.
- I added in a new arrow called bomb arrow it is still not %100 done so it is disabled by default but feel free to try it just be careful. It uses the command /bomb X Z where X and Z are coordinates you enter. When you shoot a Bomb Arrow it will teleport to Y: 270 above the location you entered and explode when it hits ground.
-I'm mainly releasing this version with the Bomb Arrow before it's done so people can use the new permissions due to popular demand.