Make plugin reload other plugins?Solved
Is there a Plugin that will reload (oxide.reload) other plugins?  If not, is this even possible?
5f7951610daa4.png Dana
https://umod.org/plugins/timed-execute

Merged post

or scheduled commands using RCON

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.

5f73447d8ef9d.png 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.

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.
5e13a8d5b2bc5.jpg 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?

5f73447d8ef9d.png 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