"Extra Pockets black list - disallows items that match": [
"hammer"
],
"Extra Pockets white list - will only allow items that match": [
"hammer"
],
I understand that you shouldn't put items in both black and white list, above is just the syntax I used in both sections.
I've tried adding to just black list, just white list, other types of items. Doesn't seem to work.
Doing some debugging. Your function "StorePlayerItems(...)" on line 10110 does not get called when an item is added to the pouch. Seems to only be called when SkillTree plugin in loaded or reloaded.
Hope this helps. Cheers!