[NEW] IteratorMode (
EventDetectionMode = false) is now ignoring grass, signs, item frames, torches and carpets. (an example of what issue is fixxed now can you find here:
https://www.spigotmc.org/threads/chestcleaner-sorting-plugin.237322/page-9)
[NEW] InventoryBlackList : The entries of the inventory blacklist are materials that will get ignored by trying to sort an inventory (
is only working in IteratorMode or EventDetectionMode = false). For example you can put a furnace onto the list, then you will not be able to sort furnace inventories.
How does it work using the blacklist command?
I modified the /blacklist command: the first argument of the command is the list you want to modify the second argument are the old ones you know form the old command.
/blacklist <list/clear/addMaterial/removeMaterial> ===> /blacklist <inventories/sorting> <list/clear/addMaterial/removeMaterial>
[NEW] If a block does not contain an inventory, if you sort something with the command, you will get the information of the material of the block in the error message.