Explosion/damage update!
Added:
an option in the config for Natural Explosions, this reverts the fireball explosion back to what a normal Ghast fireball would do, Note, that this makes the explosion much smaller than the custom one.
But it registers as a different type of block damage and hence allows some plugins to roll it back... If you want to rollback the block damage from the custom fireballs use
CoreProtect
To add this feature to your plugin, simply delete v1.6.6 and install version 1.6.7 then add this code to your config.yml file at line 21
Code (YAML):
# Wether the fireball does a natural, Ghast-Initiated explosion.
# if set to true the below values will be ignored.
# if set to false, the plugin will use the below explosion settings
# for creating the explosion manually.
NaturalExplosion
: true
then restart the server!
If you enjoy please leave me a rating and follow me on spigot for more updates and plugins!!