haveric / StackableItems

Minecraft Bukkit plugin that allows you to change the default stack size of items.
22 stars 17 forks source link

Not Compatibility with plugin ChestCommandGui #127

Closed playbabe closed 7 years ago

playbabe commented 7 years ago

When using this plugin player can Shift+Click item out from ChestGui. any idea to fix it? or I just need to stop using this plugin.

haveric commented 7 years ago

They are using EventPriority.HIGHEST (wait for all other events to fire) for their interact events when they should be using LOWEST (run first)