ADDON HIGHLIGHT: ItemBridge Hook, now supports more item plugins
TL;DR: ItemBridgeHook is updated and now has support for ItemsAdder, Oraxen and Nexo.
After some events and discussions, I have the time to address the issues of supporting custom items from some item plugins.
I saw that ItemBridge is no longer a good approach to support custom items from other plugins. While other notable plugins have been updating for a long time and new ones have been released, forcing those plugins to add support for ItemBridge is not effective.
Another motivation is the hassle of the users who deal with NBT directly. A recent Minecraft introduced a new component (item_model) for textured items and some plugins decided to switch to that and abandon the old one (custom_model_data). It leads to those users reaching out to me, complaining about why their models don't work on the new Minecraft versions. I usually have to tell them to update their NBT to use the new component. But what if Mojang decided to add or change the structure of the item component again and some plugins then changed to that component. Do the users have to update their NBT again?
Therefore, I decided to add some notable item plugins to the ItemBridgeHook addon. Currently, ItemsAdder, Oraxen and Nexo are supported by the addon.