pustinek / ItemFilter

Item filter for minecraft/spigot server
MIT License
4 stars 3 forks source link

Not working on custom banners. #1

Closed andrewkm closed 3 years ago

andrewkm commented 3 years ago

@pustinek We have a WHITE_BANNER that looks as such: https://i.imgur.com/XIP7SCh.png

The item filter does not work on this sort of item. A fix for this would be great!

pustinek commented 3 years ago

Hey, It's because of the ignore_custom_items: true setting it configs.yml file. Set it to false and it should work

andrewkm commented 3 years ago

Fixed by changing that config, thank you!