Is there a Plugin that will reload (oxide.reload) other plugins? If not, is this even possible?
Make plugin reload other plugins?Solved
Dana
TimedExecute does not work with console commands like that. I've tried (and complained that it doesn't several times, but the dev doesn't listen).
I've never used RCON. Wouldn't know where to begin.
It would run the commands the same was as any other plugin would. Plugins can also call methods directly to reload, which does the same as commands such as those do. In general though, plugins shouldn't be reloading other plugins.JackReigns
TimedExecute does not work with console commands like that. I've tried (and complained that it doesn't several times, but the dev doesn't listen).
I've never used RCON. Wouldn't know where to begin.
Wulf
It would run the commands the same was as any other plugin would. Plugins can also call methods directly to reload, which does the same as commands such as those do. In general though, plugins shouldn't be reloading other plugins.
When you say "it would run the commands", to which are you referring: the TimedExecute plugin or RCON?
JackReigns
When you say "it would run the commands", to which are you referring: the TimedExecute plugin or RCON?
Timed Execute
Another example: https://umod.org/plugins/auto-commands
Locked automatically