Plugins not reloading/unloading when removed
Hello, I have an oxide bug I can no longer reload plugins or turn them off when I remove the plugin from the plugin folder
he shows it to the fact that I have reloadet but he does not and if I simply remove the plugin from the folder, it continues
Of course I have the latest version of oxide on the run 2.0.4185
That sounds like someone disabled the PluginWatchers in your oxide.config.json file.
and how do I find that out?
Go to the Oxide folder and open that file to see.
{ "Options": { "Modded": true, "PluginWatchers": true, "DefaultGroups": { "Players": "default", "Moderator": "moderator", "Administrators": "admin" } }, "OxideConsole": { "Enabled": true, "MinimalistMode": true, "ShowStatusBar": true }, "OxideRcon": { "Enabled": false, "Port": 25580, "Password": "", "ChatPrefix": "[Server Console]" } }

Merged post

can another plugin cause something like that?
Please format configs using the code button

sorry

{
  "Options": {
    "Modded": true,
    "PluginWatchers": true,
    "DefaultGroups": {
      "Players": "default",
	  "Moderator": "moderator",
      "Administrators": "admin"
    }
  },
  "OxideConsole": {
    "Enabled": true,
    "MinimalistMode": true,
    "ShowStatusBar": true
  },
  "OxideRcon": {
    "Enabled": false,
    "Port": 25580,
    "Password": "",
    "ChatPrefix": "[Server Console]"
  }
}
Even tho plugin watchers are enabled, I had similar problems throughout my develop process, when plugin gave multiple errors (usually when stack overflow happened)
But I have no errors in the console of any of my plugins



Merged post

I have the problem until the last oxide / rust update
Nothing has changed with the plugin loading or compiling process in years, so it wouldn’t be from a recent update.