Sorry, we don't support your browser.  Install a modern browser

Config for hook sub/unsub#18

K

Would be cool to have a config file like oxide.config where all the hooks will be listed and we could tweak with true/false which we want to be subscribed on server start, something like:

“hookName”, true
“otherHookName”, false

Theres probably a better way of doing this, but u got the idea.

5 months ago
V

Yes please :)

5 months ago

When runtime patching gets implemented this wouldn’t be necessary since all the hooks will be unsubscribed from the start and subscribed to as plugins request them.

5 months ago
1