[Warning] Automatic plugin reloading and unloading has been disabledSolved

... what Plugin do this, where is the setting to automatic loading / reloading plugins ?

i want, that Plugins loading, if i start the Server :(

That's built into the clients software and whenever you restart your server, part of the sequence is to load in your plugins, in order of name.  And when you schedule a restart, it will save data before unloading your plugins.  Manually, you can type /retart 600 and in 10 min, your server will shut down and before it's completely shut down, the data is saved and the plugins are unloaded.  Then, your server will automatically restart and the plugins will load in again. 

 

Is this what you are meaning?  The plugin that can do this for you without using a script in your host, would be Smooth Restarter,  here on UMod.

 

https://umod.org/plugins/smooth-restarter

u dont understand, what i mean: if i start my RUST server, this warning is in console:

[Warning] Automatic plugin reloading and unloading has been disabled

if i put a plugin in pluginfolder, why the plugin is not loading and why plugins not unloading, if i delete a plugin ?

what is disable automatic loading and unloading, a settings in a config file, a plugin ?

why this warnning is coming ?

that is an oxide.config setting. "PluginWatchers": false when true it is knows to cause issues for some setups. you can use the o.reload, o.load, and o.unload commands to manually do it. your plugins should still be getting loaded at startup. check o.plugins command

it works, the PluginWatchers was the problem, thanks a lot :)

Can you change the status to solved  :)

... done !

Locked automatically