This update adds support for withers breaking and dropping spawners along with some other minor stuff. I plan to recode this plugin sometime soon to clean it up since I've learnt alot since I made it.
If you want the option in your config you will have to regen your config or add it manually by adding this to you config.yml file:
Code (Text):
#
# Spawners destroyed by withers
#
wither:
drop: false
# The chance it will drop in percentage from 0-100
chance: 100
# Configure worlds spawners will not drop when exploded
blacklisted-worlds:
- 'worldname'
I plan on making a better config system when I rewrite this plugin