Dear All,
Is there a way to find out whether / which hooks were recently removed?
The background is the following: the build server (DankBank) on which I am one of the admins, has a plugin (PlayerSkins) that used to apply custom skins to items spawned via the console: F1 --> ITEMS
Since a few weeks, this does not work anymore. I looked into the plugin, ran some tests, and found that the hook OnItemCraftFinished(ItemCraftTask, Item), in which the skins are altered, is only called when an item is crafted, but not when it is spawned.
I wonder whether this hook used to be called, too, when items were spawned, or whether there used to be another hook that had been removed. Where could I find such information?
My initial idea was to look for a changelog or read the commits, but with the migration from Oxide to Umod, I am confused where to look. Would it be https://github.com/theumod/umod.rust?
Cheers,
Evil Wurst
Is there a way to find out whether / which hooks were recently removed?
The background is the following: the build server (DankBank) on which I am one of the admins, has a plugin (PlayerSkins) that used to apply custom skins to items spawned via the console: F1 --> ITEMS
Since a few weeks, this does not work anymore. I looked into the plugin, ran some tests, and found that the hook OnItemCraftFinished(ItemCraftTask, Item), in which the skins are altered, is only called when an item is crafted, but not when it is spawned.
I wonder whether this hook used to be called, too, when items were spawned, or whether there used to be another hook that had been removed. Where could I find such information?
My initial idea was to look for a changelog or read the commits, but with the migration from Oxide to Umod, I am confused where to look. Would it be https://github.com/theumod/umod.rust?
Cheers,
Evil Wurst