Can't get plugins to load with commandNot An Issue
12:43 [Error] Could not load plugin 'test' (no plugin found with that file name)
12:44 [Error] Could not load plugin 'nteleportation' (no plugin found with that file name)
12:44 [Error] Could not load plugin 'backpacks' (no plugin found with that file name)
12:44 [Error] Could not load plugin 'backpack' (no plugin found with that file name)
12:45 [Error] Could not load plugin '*backpack' (no plugin found with that file name)
12:45 [Error] Could not load plugin '<backpack>' (no plugin found with that file name)


kinda new to using the mods but have done so in the past. could i be told what might be happening?
i read all i could before coming to post
Looks like you have something trying to load plugins by the wrong names.
true. But the thing is. i down loaded both mods placed them and updaed my oxide server all today. did not play with them at all. (config) just tryed to set permission and noting works. so it looks like im just going to not use this Oxide and mods thing. dont see why its so hard to use. BTW i did run a vinl server and it was a clean wipe on upday day
Plugins are loaded automatically unless that is disabled by you or your host, so shouldn't be having to try to load them manually. If you can provide any details for us to help you with though, that'd be great. Log files, server layout, etc. would all be helpful information.

Installing Oxide is generally just extract, overwrite, and starting your server; not really complicated there. Installing plugins just involves downloading and placing in your oxide/plugins folder, which then the server woud load those else you would on command depending on your setup.
In response to Shotgunsal ():
true. But the thing is. i down loaded both mods placed them and updaed my oxide server all today. di...
Did you ever get your issue fixed?

Running oxide and plugins is actually extremely easy and there are guides everywhere.

from your original post you are trying to load plugins that do not exist.

Here is very simple guide

1-Create vanilla server and run
2-Stop server and unzip oxide.rust.zip into your main rust directory
3-Start server to automatically create oxide folder in main directory

Oxide should now be working correctly

4-Download plugin(do not rename) and place into oxide/plugins folder

Server will automatically load plugin...

If by chance your server does not autoload the plugin you can try o.load "pluginname"

Loading and unloading plugins are syntax correct. Your original post has 4 incorrect names for backpacks plugin? so in the plugins folder you should have the downloaded unmodified "Backpacks.cs"

So loading your plugin manually if the server has not automatically loaded it you type "o.load Backpacks" in console, and voila the plugin should load.

Somehow it seems you downloaded the plugin and renamed it 4 different times and tried to load 4 plugins that do not exist.

I hope this helps you.
Locked automatically