Recently removed hooks?Solved
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
No hooks have recently been removed (last was probably years ago) and none have been changed recently (last was months ago). All changes are shown under the Docs as well. I don't see any changes to the OnItemCraftFinished though.

Last changes to hooks: Update argument order in various "Can" player hooks
Thank you for the quick reply, Wulf,

I also take away that the umod.Rust repository would be the place to check for changes in the future
In response to evilwurst ():
Thank you for the quick reply, Wulf,

I also take away that the umod.Rust repository would...
The Games > Rust page would list any of the changes from the repository, but yes, that is the repository that was renamed from Oxide.Rust.
By the way, thank you for your super-valuable service to the Rust community!!
Locked automatically