mbax / VanishNoPacket

Invisibility for sexy people.
http://dev.bukkit.org/projects/vanish/
GNU General Public License v3.0
135 stars 113 forks source link

Fix bug/conflict where other plugins such as OpenInv would cause shul… #718

Closed rossnoah2 closed 2 years ago

rossnoah2 commented 2 years ago

…kers to glitch out when opened in vanish.

The bug would result in the shulker appearing to be closed on the users screen, however when walking on it, it would act as if it were open and it would be appear open for other players as well. This shulker would not close until unloaded or broken.

Fixed by adding filtering out shulkers from regular onPlayerInteract and handling with a LOW event priority as to not conflict.

mbax commented 2 years ago

Can you clarify where the problem is coming from? This feels more like an issue where another plugin (OpenInv) isn't respecting vanishedness.

rossnoah2 commented 2 years ago

Sorry mb I had a modified jar apparently and that version that was broken!