ArrowsAddOn
Note: This plugin requires one or more of the following
Plugin description
Allows you to customize the arrows you use in
HitscanBows and
HomingArrows via their respective API, such that only those arrows you defined will have the abilities.
Commands
/addonreload - Reloads the plugin's config
/addonspawn - Spawns an example of the arrow you defined in config.yml
Permissions
arrowsaddon.admin - Grants access to all ArrowsAddOn commands
Configuration
config.yml
Code (YAML):
# Set the arrow you want used for the plugin(s) you have
# If arrow is enabled here AND item is enabled in the main plugin(s), both conditions have to be fufilled for an arrow to have special abilities
# If you're not using some of the plugins, simply ignore those parts
# Arrow configuration for HomingArrows
homingarrows
:
# Set if arrow checks are enabled for this plugin. If false, all arrows will work
arrow
: true
# Set the name of the arrow you want the plugin to check.
# Set to the line below if you do not want to check names
# name: "-"
name
:
"&6Homing arrow"
# Set the lore of the arrow you want the plugin to check.
# Set to the lines below if you do not want to check lores
#
# lore:
# - null
lore
:
- null
# Arrow configuration for HitscanBows
hitscanbows
:
# Set if arrow checks are enabled for this plugin. If false, all arrows will work
arrow
: true
# Set the name of the arrow you want the plugin to check.
# Set to the line below if you do not want to check names
# name: "-"
name
:
"&6Hitscan arrow"
# Set the lore of the arrow you want the plugin to check.
# Set to the lines below if you do not want to check lores
#
# lore:
# - null
lore
:
- null
Support
If you found a bug or have a suggestion,
add a comment
Satisfied? Leave a review!