The fire on the arrows when you draw them is configurable. If you delete you config file then reload the plugin, it should then be set to False by default. It not you will need to change the "Effects - Show Fire on Arrow Draw": to false. Then reload the plugin.
On the dial knob, are you scrolling the wheel? or pressing it down? it works when you press it down.
And did you give yourself permission for all levels of fire arrows? Each level has its own permission.

Fire Arrows
Players can shoot arrows with fire
Total Downloads: 3,861 - First Release: Dec 28, 2015 - Last Update: Jan 13, 2018
- 5/5, 11 likes
-
When I press the mouse middle nothing happens. If I turn the dial that is changing weapon
yes I have all permissions -
-
in bow
-
I want to deactivate bomb and fireball. I only want the first tier. But players can still ratete through all 3 tiers. How to disable that?
[DOUBLEPOST=1462115931][/DOUBLEPOST]got it myself: changed the if statement in line 343 to:
Code:if (!IsAllowed(player, "firearrows.ball.allowed")) { //ttrism //setFireBallArrow(player, arrowtype); //deactivated: do not setFireBallArrow //tellNotGrantedArrow(player); //deactivated: do not show in chat setStandardArrow(player, arrowtype); //added: activate StandardArrow instead break; }
-
great ttrism, I am working on a newer version that allows admins to toggle off arrow types completely via configuration file.
won't be today, but hopefully soon ill have it finished up. -
Colon Blow updated Fire Arrows with a new update entry:
1.1.7
-
always impossible to change based on the wheel
-
in chat to change the arrow type. does that work?
And does your mouse actually have a button function when pressing the wheel down? Some only scroll up or down and do not have a button click type function. -
yes it works with / fierarrow. my mouse has 3 positions and when I click my mouse nothing happens. when I made the wheel up or down it changes me my weapons. it must configue button in the game options
-
Colon Blow updated Fire Arrows with a new update entry:
1.1.8
-
Hello
Always the same concern . It works with / FireArrows but not with the mouse button. It must set a key in the game or not menu. Thank you -
Colon Blow updated Fire Arrows with a new update entry:
1.1.9
-
thank you very much . This works great with the bind. Thank you and provided that it lasts
-
Yes, I noticed that one sometimes.. only thing is to have player log off and back on. Then the icon is gone.
Seems the icon can get stuck on screen in some situations. But it still should allow you to toggle thru them right?
just when normal arrow is selected, it shows the "stuck" icon and not blank.
Ill work on it some more and see if I can get the CUI icon to clear when it does that.
Edit: I normally only get that if I reload or unload the plugin with a player in a fire arrow mode. then it can get stuck until player logs off and back on. I am working on fixing that part. -
Thanks for quick answer ! I like this plugin and going to use it on my server, so i`l waiting for fixes. Thanks !
-
Colon Blow updated Fire Arrows with a new update entry:
1.2.0
-
Has anyone succesfuly managed to change the resources required? Reloading the CS - rewrites the JSON and overwrites it, so changing the mats appears to be impossible?
-
I will work on adding a configurable Item ID list for each resource to the config file. make it easier. right now. changing the Name in the Json does not do anything as you said.