Added ability to change the type of block that ores are set to during the delay reset time
Added sounds for breaking ores/blocks
Added ability to make particles spawn around ores even when not being broken for aesthetics, create and remove them extremely easily by right clicking/left clicking with the tool from /am particle
Added secondary storage for these particle ability and configurable timing
Aware of the issue with redstone ores/redstone blocks not setting to the reset type, currently working on a fix as it doesn't seem to make any sense for this to happen as there is one framework for all ore types and it's not an issue with the block being glowing. Only the setting of a delay block is bugged.
To avoid resetting settings.yml add this underneath the Particles: boolean field
# Delay for ore particles. Ore particles are constantly spawned above registered ores even when not being broken. If you have a large number of them #
# I would recommend keeping this number higher (# in seconds) #
Ore_Particle_Delay: 5
add this underneath the Diamond_Delay: integer
# What block should ores turn into while they are on a reset delay? Defaults to bedrock, this block will not be able to be broken in enabled worlds! #
# Please use correct bukkit item names #
Reset_Block: BEDROCK