SplashExtinguish
SplashExtinguish is a Plugin that lets you extinguish fires by throwing splash potions at it!
Installation
Just put the SplashExtinguish jarfile into your plugins directory and reload or restart your server! The configuration file will be located in plugins/SplashExtinguish. Edit it according to your needs and reload your server again.
Configuration
There are a total of three configuration values:
- range: A value in blocks how far away fires will be extinguished.
- success-pct: A percentage of how high the chances are to extinguish a patch of fire
- allowed-list: A comma separated list of potion types that can extinguish fires. Prepend an exclamation mark ('!') to invert the sense of the list and make it into a blacklist. Added in v0.2.
- Valid values are:
- FIRE_RESISTANCE
- INSTANT_DAMAGE
- INSTANT_HEAL
- INVISIBILITY
- MUNDANE
- NIGHT_VISION
- POISON
- REGEN
- SLOWNESS
- SPEED
- STRENGTH
- WATER - not available as a splash potion
- WEAKNESS
- Examples:
- Allow all potions (default):
allow-list=!
- Disallow all potions:
allow-list=
- Allow all potions except mundane potions and instant damage potions:
allow-list=!MUNDANE,INSTANT_DAMAGE
- Allow only instant health potions:
allow-list=INSTANT_HEAL
- Allow all potions (default):
- Valid values are:
Changelog
v0.1
- Initial release
v0.2
- Added a config parameter for specifying the potion types that can/can't extinguish fires
- Updated list of water-permeable blocks
Known bugs
- None at the moment.

