Could not load plugin 'Vanish' (multiple plugin with that name)Solved
Hello All, and thanks in advance. I am getting the following error when dropping the CS file in the plugin folder after the wipe. 

Could not load plugin 'Vanish' (multiple plugin with that name)

I also am getting 

(17:08:45) | Permission 'vanish.*' doesn't exist when I run permissions. The plugin folder is empty. 

It is doing it wul all pluging that I had installed. It does it with plugins that were not installed tried a random one.
 
oxide.version 

(17:13:43) | Protocol: 2153.176.1

Build Date: 03/07/2019 16:20:52

Unity Version: 2018.3.3f1

Changeset: 32894

Branch: release

Oxide.Rust Version: 2.0.4139

This means you have multiple copies of that plugin installed. Make sure you don't have other versions named "Vanish (1).cs" and such.

I searched the Oxide folder for Vanish.* I found one the the \lang\en folder and deleted it. restarted same error 

I also tried on that had never been installed top of the list AdminToggle.cs same error.

For Oxide to show the "Could not load plugin 'Vanish' (multiple plugin with that name)" message, there'd have to be multiple files in the oxide/plugins folder that share the same main class (Vanish); only one can be there. The same would apply to the other plugins.

Could you show me a screenshot of your oxide/plugins folder along with your startup script please?
files.png
batch.png


http://www.fixyourdns.com/Document.docx


Hope this helps it would not let me post the script.

I think I will run the update again the removes the Oxode folder, then I reinstall Umod.  Thoughts?
In response to fixyourdns ():




http://www.fixyourdns.com/Document.docx


Hope this helps it...
The problem with your startup script is that you are overwriting oxide every time.

Create a seperate script for starting your server without updating - remove the lines 4 to 7.

And keep this startup script for updating your server. You can remove the lines 5 or 6, there is no need after first install to run the update twice, take your server twice as long to start which can be a pain in the ass if your impatient like I am.

Redownload and extract the latest oxide and run the seperate startup script without the steam update to prevent the files overwriting again.

Once this is complete make sure you are putting your plugins in \oxide\plugins folder. There should be no errors at this point.

I commet out lines 4-7 after I get the update restart the server and drop the RustDedicated_Data downloaded from uMod [today]. The Oxide folder comes back and I can run oxide.version. drop any plugin.cs file in the plugin folder and get the error in the title. Even new plugin that have never been installed. 

banging head. 



Merged post

Server startup complete
Resetting
BradleyAPC Spawned at :(211.2, 26.9, -533.5)
Could not load plugin 'Kits' (multiple plugin with that name)
Could not load plugin 'Kits' (multiple plugin with that name)
Could not load plugin 'Kits' (multiple plugin with that name)
Saved 20,397 ents, cache(0.03), write(0.01), disk(0.00).
Saving complete
> oxide.version
Protocol: 2153.176.1
Build Date: 03/07/2019 16:20:52

Merged post

http://www.fixyourdns.com/oxide_log.txt
In your managed folder you have many times oxide.core no ?

I have a lot of duplicates.
oxide.mysql
oxide.rust
oxide.core
long list

I am removing all the dups now and restarting

In response to Sorrow ():
In your managed folder you have many times oxide.core no ?

UDAMAN

> oxide.version
Protocol: 2153.176.1
Build Date: 03/07/2019 16:20:52
Unity Version: 2018.3.3f1
Changeset: 32894
Branch: release
> oxide.grant user 7******************* vanish.*
Permission 'vanish.*' doesn't exist
Vanish was compiled successfully in 3124ms
[Vanish] Could not load a valid configuration file, creating a new configuratio
file at C:\Server\rustds\oxide\config\Vanish.json
Loaded plugin Vanish v0.7.2 by nivex
> oxide.grant user 7******************* vanish.*
Player '7******************* (7*******************)' granted permission 'vanish.*'
> oxide.grant group admin vanish.*
Group 'admin' granted permission 'vanish.*'

Thank you Sir

Locked automatically