haveric / StackableItems

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

CrateReloaded Confliction #125

Closed imWillX closed 8 years ago

imWillX commented 8 years ago

Hello there,

Seems like this plugin is conflicting with my plugin, CrateReloaded. It appears this isn't the only plugin it is conflicting with as I have seen reports for Chest Commands and a certain Shop plugin.

Users are allowed to grab items out of inventories as described in #122 and #113. Currently I am out of town otherwise I would take a look and submit a pull request. If you need any more information, please let me know.

haveric commented 8 years ago

This is likely an event priority issue. I am using EventPriority.HIGHEST to let my plugin run after any others as long as the event isn't cancelled. As long as your plugin (and any others that handle custom inventories has a lower priority and cancels the event, they will take priority. If this isn't the issue, please feel free to submit a pull request.

imWillX commented 8 years ago

Issued a fix on my end. Awaiting testing. If there are any issues, will reopen.