Video Overview
Overview
Allows authorized players the ability to shoot arrows with fire. Once player is authorized and has a Bow or Crossbow equipped.
3 Tiers of Arrows currently
Fire Arrow- standard fire arrows. Need Cloth and Low grade fuel.Fire Ball Arrow- better fire DOT arrow Need Cloth, Fuel and Crude oil.Fire Bomb Arrow- best fire arrow. Need Cloth, Fuel, Oil and Explosives.
How to Toggle ArrowsPress the mouse wheel down will toggle Arrows if you are holding a bow. And allowed to use them. Each toggle will move to next tier. It will tell you if you can use them or not.
Cooldown TimeDefault cooldown is 60 seconds. This can be changed via config file. Setting to 0, will remove cooldown between shots.
Permissions
- firearrows.allowed - Allows the use of standard Fire Arrow
- firearrows.ball.allowed - Allows the use of Fire Ball Arrow
- firearrows.bomb.allowed - Allows the use of Fire Bomb Arrow
Commands
Chat
/firearrow- his will toggle the fire arrow gui if holding the correct weapon
Console
firearrow- his will toggle the fire arrow gui if holding the correct weapon
A fire arrow icon appears at bottom left when its enabled, and goes away when normal arrows are selected. Icon can be not show via config file.
Configuration
{
"Ammo - Only allow HV and Wooden arrows": false,
"Cooldown - Time needed to wait": 60.0,
"Damage - Fire Arrow": 50.0,
"Damage - Fire Ball Arrow": 200.0,
"Damage - Fire Bomb Arrow": 500.0,
"Damage - Radius": 1.0,
"Damage Protection - Use Entity Protection Values": true,
"Duration - Fire Arrow": 10.0,
"Duration - Fire Ball Arrow": 10.0,
"Duration - Fire Bomb Arrow": 10.0,
"Icon - Fire Arrow": "http://i.imgur.com/3e8FWvt.png",
"Icon - Fire Ball Arrow": "http://i.imgur.com/USdpXGT.png",
"Icon - Fire Bomb Arrow": "http://i.imgur.com/0DpAHMn.png",
"Icon - Show Arrow Type": true,
"Materials - Cloth Item ID": -858312878,
"Materials - Crude Oil Item ID": -321733511,
"Materials - Explosivies Item ID": -592016202,
"Materials - Low Grade Fuel Item ID": -946369541,
"Required - All Arrows - Cloth Amount": 5,
"Required - All Arrows- Low Grade Fuel Amount": 5,
"Required - FireBall & FireBomb Arrows - Crude Oil": 5,
"Required - FireBomb Arrows - Explosives": 5,
"Restriction - Block usage in Restricted Zone": false,
"Zone - Restricted Zone ID": "24072018"
}
Localization
"firearrowtxt": "Your Arrows are set for Fire.",
"firearrowammotype": "You must only use HV or Wooden Arrows.",
"fireballarrowtxt": "Your Arrows are set for FireBall.",
"firebombarrowtxt": "Your Arrows are set for FireBomb.",
"doesnothavemattxt": "You don't have required materials...",
"defaultarrowtxt": "Your Arrows are set for Normal.",
"restricted": "You are not allowed FireArrows in this Zone",
"cooldown": "You must wait for cooldown to shoot again.",
"deniedarrowtxt": "No Access to This Arrow Tier."
MIT License
Copyright (c) 2019 ColonBlow
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


