A simple plugin that allows you to shoot arrows at glass blocks or panes and have a (configurable) chance for them to break!
CONFIG EXAMPLE: GLASS: #TYPE
breakable: true #SHOULD THIS BE BREAKABLE WITH AN ARROW?
breakChance: 100 #CHANCE OF BREAKING WHEN HIT
GLASS_PANE:
breakable: true
breakChance: 100
WHITE_STAINED_GLASS:
breakable: true
breakChance: 100
Due to how this plugin is coded you can break more than glass too! simply put in the block type! for exmaple:
DIRT:
breakable: true
breakChance: 100
Should also work although this has not been tested