retrooper / packetevents

Precision meets performance—a powerful tool for mastering Minecraft packet manipulation with speed and finesse.
GNU General Public License v3.0
557 stars 151 forks source link

Use global synchronized registries as fallback #972

Closed booky10 closed 2 months ago

booky10 commented 2 months ago

Works around issues where plugins convert items to bukkit items, which doesn't preserve registry holder context, e.g. PacketEventsHook in ExcellentEnchants

Fixes #963