Hey everyone!
This time around, I don't anything big, just a change I made for someone who reached out to me.
In the drops.yml, in the regions section, you can disable the drops from specific blocks. You may want to do this if you already has a plugin that gives the block a custom drop.
Here is an example drops.yml that disables the drops for white wool and bamboo mosaics in the region "test"
Code (Text):
regions:
test:
WHITE_WOOL:
stop-drops: true
BAMBOO_MOSAIC:
stop-drops: true
t2:
BAMBOO_MOSAIC:
stop-drops: true
I also fixed that thing where commands didn't work (or aliases) if you used the plugin's namespace before the command