Cant get any bases to spawn

im getting this line of error code when i load the RB plugin

 

NullReferenceException: Object reference not set to an instance of an object
at Oxide.Core.Configuration.DynamicConfigFile.get_Item (System.String key) [0x00000] in <bae5f1223fce49c493b01571c99dce02>:0
at Oxide.Plugins.RaidableBases+<SetupCopyPasteObstructionRadius>c__Iterator1.MoveNext () [0x0008a] in <e4697246acbf42dc9765c83db87011af>:0
at UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) [0x00026] in <0b31faaf1c50461d95c83ac166a20393>:0

I couldn't tell you what that error is. you might have a bad file in your copypaste directory that you need to delete or reinstall

either way, there's something wrong with one or more of your copypaste files.

is there anything i can send to you to help us out with this? i have gone through every line of coding and cant find any reason it shouldnt be working lol

Merged post

i even copied and uploaded the files from the pvp server over to the pve one since its working on the pve one and it still isnt working on the pve one lol

backup your copypaste folder then delete it off the server, and recopy from your working server

Merged post

or,

you could edit the cs and have it output the name of each file in the server console. then when you see that error look at the last file it posted and delete that one then reload again. this is the best solution so you know exactly what file had the issues. i suspect its a really old copypaste file but i don't know without having the files myself. editing the plugin RaidableBases.cs is extremely simple though:

var filename = $"copypaste/{baseName}";​
search for that and replace with this:
var filename = $"copypaste/{baseName}"; Puts(filename);​