◆ New Addition
───────────
Added block filtering.
You can now exclude specific blocks from exploding and include specific blocks as well (
if the include type is used, then all the blocks that are not in the filtering list, will be excluded from the explosion )
| Disabled by default in the config
options.explosion-destroys-blocks needs to be true
● In according to the
new additions, if you already had a config file generated before this update and you would like to
enable and configure the block filtering list, then please
regenerate your config or
add the new lines
somewhere separate from the other lines in your
config.yml:
Code (YAML):
# There are two types of filter-types: INCLUDE, EXCLUDE
# The "EXCLUDE" type will exclude any blocks from exploding that are in the "filtered-blocks" list.
# The "INCLUDE" type will include blocks in the explosion that are in the "filtered-blocks" list, but any
# other block is excluded if not in the "filtered-blocks" list.
block-explode-filter:
enabled
: false
filter-type
: EXCLUDE
filtered-blocks
:
- DIAMOND_ORE
- DIAMOND_BLOCK