Oxide / UMod Hook Events

Hey,

i've read in https://umod.org/guides/advanced/hook-events that its possible to have a way to order the execution of hooks (with Before, After, ...).
The guide says, its for umod and not oxide - so i guess, thats why im missing those Attributes in my IDE.

So my question is: How do i ensure the correct execution order of the subscribed hooks? For example, i have a plugin which modifies the item amount on OnDispenserGather and another plugin which logs the gathered resources. But the Log-Plugin logs the vanilla item amount, which is caused (i think) because the logger plugin is called beforehand.

Regards <3

Hooks are called in the order they are registered in Oxide.