➕ You can now blacklist items that can not be added to an enderchest. If you upgrade the plugin from a previous version add this to your config:
Code (YAML):
item-blacklist
:
- STONE
- GRASS_BLOCK
Append this to the "messages" section of your plugin:
Code (YAML):
blacklisted-item-added-error
: '&cYou can not add the item &e
{MATERIAL
} &cbecause it is blacklisted'