-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
None
-
This server is running CraftBukkit version 4226-Spigot-146439e-2889b3a (MC: 1.21) (Implementing API version 1.21-R0.1-SNAPSHOT)
-
Yes
When canceling the PlayerConsumeItemEvent, it seems to also not cancel the custom potion effects that are on the suspicious stew. The potion effects are only applied on the client and thus there is no way to get rid of them. This is annoying, especially with the potion effect "darkness".
Make PR for that https://hub.spigotmc.org/stash/projects/SPIGOT/repos/craftbukkit/pull-requests/1471/overview
Currently the effects are only applied client-side then this PR just try to sync that info again.