"PluginWatchers": true option in the configSolved
What is this option accomplishing in oxide.config.json? Couldn't find an explanation for the whole config anywhere.. Thank you :)
A plugin watcher is what watches plugins to see when they need to be reloaded, loaded, unloaded, etc. By setting this to false, plugins would no longer automatically be loaded, unloaded, or reloaded when changes are detected.
In response to Wulf ():
A plugin watcher is what watches plugins to see when they need to be reloaded, loaded, unloaded, etc...
Ah, that makes sense, thanks very much! Is there a documentation about all that somewhere, cause I could find one when I looked earlier.
In response to pacite ():
Ah, that makes sense, thanks very much! Is there a documentation about all that somewhere, cause I c...
The source is available on our GitHub: https://github.com/theumod/
In response to Wulf ():
The source is available on our GitHub: https://github.com/theumod/
Thanks for the answer! That does seem awfully developer-ish though... let's see if I understand anything haha 
Locked automatically