Difference between revisions of "RapidBows"

From SupaHam
Jump to: navigation, search
(Created RapidBows page.)
 
(Added description to RapidBows page.)
Line 1: Line 1:
 +
RapidBows is a Bukkit plugin that introduces a new bow called RapidBow (configurable). The RapidBow lets you shoot a configurable number of shots over a configurable interval and supports cooldowns.
 +
 
== Configuration ==
 
== Configuration ==
 
{{tip|text=Before starting to mess around with a configuration file, please head over [[Configurations|here]] and familiarise yourself.}}
 
{{tip|text=Before starting to mess around with a configuration file, please head over [[Configurations|here]] and familiarise yourself.}}

Revision as of 08:34, 9 April 2014

RapidBows is a Bukkit plugin that introduces a new bow called RapidBow (configurable). The RapidBow lets you shoot a configurable number of shots over a configurable interval and supports cooldowns.

Configuration

Tip: Before starting to mess around with a configuration file, please head over here and familiarise yourself.

config.yml

Configuration Value Description
rapid-bow-item-name String The rapid bow's name.
rapid-bow-item-lore String The rapid bow's lore.
rapid-bow-shots Integer The amount of arrows to be shot during the rapid shooting.
rapid-bow-shot-interval Integer The interval (in ticks) between each rapid shot.
rapid-bow-cooldown Integer The duration (in seconds) that the rapid bow should be on cooldown for.
cooldown-message String The cooldown message to send to the player when they attempt to use their rapid bow while on cooldown. The %d is replaced with the seconds left.
give-bow-on-respawn Boolean Whether to give a player back their rapid bow after death, if this is false, the player is considered removed from the rapid bow feature and will have to enable it again.

bows.yml

Warning: I very strongly recommend you don't touch this file, it contains a list of players that are using rapid bows so that in the case of a restart, a player would not have to repeat their commands.

Commands

Tip: Confused with command syntax or want to make the most out of them? Head over here for help.
Command Permission Aliases Description
rapidbows rapidbows.use rb This command lets a player activate their rapid bow, giving them a rapid bow in their inventory which is not movable.