About this plugin
- Native Minecraft Version:
- 1.13
- Tested Minecraft Versions:
- 1.13
- 1.14
- 1.15
- Source Code:
- https://github.com/KvinneKraft
- Contributors:
- Dashie, Freya and KvinneKraft (ME)
Hey there, this plugin is simple yet effective, what it entitles is the ability to break glass and other objects (when specified in the configuration file) with a chance ratio.
This could be useful if you want to make people able to shoot each other through behind glass if you perhaps have a neat P.v.P. map of some sort.
This plugin also does come with some permissions and some other modifiable properties that this plugin has to offer and if that were not enough there is also a reload command which you can use by typing '/glassyarrows reload'.
Now, if you were to come across any issues then perhaps please make a report of the supposed issue(s) and then send it over to me through either this website or at my email [email protected].
The configuration file
I hope that you find some use for this plugin, blessed be )o(Code (YAML):
#
# Author: Dashie
# Version: 1.0
#
# Here are all of the modifiable permissions that come
# with this plugin:
permissions:
# This permission decides whether a player can break
# any glass in the first place:
glass-break-permission: default
# This permission decides whether a player can use the
# reload command (/flamingarrows reload):
plugin-admin-permission: admin
# Here are some modifable settings related to the arrows
# themselves:
glassy-arrows:
# Here are the projectiles which will be seen as arrows when
# they hit glass, you can even add snowballs and what not:
considerable-arrows:
- 'TIPPED_ARROW'
- 'ARROW'
# Here you may add in materials that can be broken when any of
# the projectiles hits it:
considerable-glass:
- 'GLASS_PANE'
- 'WHITE_STAINED_GLASS'
- 'WHITE_STAINED_GLASS_PANE'
- 'PINK_STAINED_GLASS'
- 'PINK_STAINED_GLASS_PANE'
- 'GLASS'
# here you may specify the range of blocks which may be broken when
# one of the above projectiles hits it:
arrow-break-radius: 1
# This will determine the chance on a scale from 1 to a thousand
# whether the block may be broken:
arrow-break-chance: 50
-Dashie

GlassyArrows 1.0
Ever wanted to break blocks with projectiles like arrows? Well now you can with this plugin!