so before this update on 10/7 i had the mod working perfectly. then we saved all our configs and data files like normal did the update and now the RB mod will not properly load with the following error list that i cant make any sense of
(17:17:22) | [Raidable Bases] Loaded RaidBases profile
(17:17:22) | Failed to call hook 'OnServerInitialized' on plugin 'RaidableBases v2.1.6' (JsonSerializationException: Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Collections.Generic.List`1[Oxide.Plugins.RaidableBases+TreasureItem]' because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly.
To fix this error either change the JSON to a JSON array (e.g. [1,2,3]) or change the deserialized type so that it is a normal .NET type (e.g. not a primitive type like integer, not a collection type like an array or List<T>) that can be deserialized from a JSON object. JsonObjectAttribute can also be added to the type to force it to deserialize from a JSON object.
Path '['Entities Not Allowed To Be Picked Up']', line 2, position 41.)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x00374] in <2ae3f091decd4989b3c4d466e6eb5985>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x0006d] in <2ae3f091decd4989b3c4d466e6eb5985>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Boolean checkAdditionalContent) [0x000d9] in <2ae3f091decd4989b3c4d466e6eb5985>:0
at Newtonsoft.Json.JsonSerializer.DeserializeInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00053] in <2ae3f091decd4989b3c4d466e6eb5985>:0
at Newtonsoft.Json.JsonSerializer.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00000] in <2ae3f091decd4989b3c4d466e6eb5985>:0
at Newtonsoft.Json.JsonConvert.DeserializeObject (System.String value, System.Type type, Newtonsoft.Json.JsonSerializerSettings settings) [0x0002d] in <2ae3f091decd4989b3c4d466e6eb5985>:0
at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in <2ae3f091decd4989b3c4d466e6eb5985>:0
at Oxide.Core.Configuration.DynamicConfigFile.ReadObject[T] (System.String filename) [0x00028] in <9882f28dc2204b4dba514a9ad18f5042>:0
at Oxide.Core.DataFileSystem.ReadObject[T] (System.String name) [0x00021] in <9882f28dc2204b4dba514a9ad18f5042>:0
at Oxide.Plugins.RaidableBases.GetTable (System.String file) [0x00010] in <4c2b8c1890ff4c80897133853e5d3e21>:0
at Oxide.Plugins.RaidableBases.LoadBaseTables () [0x0006d] in <4c2b8c1890ff4c80897133853e5d3e21>:0
at Oxide.Plugins.RaidableBases.LoadProfiles () [0x00251] in <4c2b8c1890ff4c80897133853e5d3e21>:0
at Oxide.Plugins.RaidableBases.Initialize () [0x00024] in <4c2b8c1890ff4c80897133853e5d3e21>:0
at Oxide.Plugins.RaidableBases.OnServerInitialized (System.Boolean isStartup) [0x00059] in <4c2b8c1890ff4c80897133853e5d3e21>:0
at Oxide.Plugins.RaidableBases.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0248e] in <4c2b8c1890ff4c80897133853e5d3e21>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <60c318df79ed41688ea59335e48d61ad>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <9882f28dc2204b4dba514a9ad18f5042>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <9882f28dc2204b4dba514a9ad18f5042>:0
(17:17:22) | Loaded plugin Raidable Bases v2.1.6 by nivex
(17:17:36) | Invalid Position: chicken.corpse[107750] (279.5, -502.0, 679.3) (destroying)
(17:17:53) | [Raidable Bases] Grid initialization completed in 30 seconds and 857 milliseconds on a 4000 size map. 3493 locations are on the grid.
(17:17:53) | Failed to call hook 'TryPasteFromVector3' on plugin 'CopyPaste v4.1.29' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.CopyPaste.Paste (System.Collections.Generic.ICollection`1[T] entities, System.Collections.Generic.Dictionary`2[TKey,TValue] protocol, System.Boolean ownership, UnityEngine.Vector3 startPos, Oxide.Core.Libraries.Covalence.IPlayer player, System.Boolean stability, System.Single rotationCorrection, System.Single heightAdj, System.Boolean auth, System.Action callback, System.String filename) [0x00042] in <280e37b83fc0448fa8ab8b1ad5ba2dc5>:0
at Oxide.Plugins.CopyPaste.TryPaste (UnityEngine.Vector3 startPos, System.String filename, Oxide.Core.Libraries.Covalence.IPlayer player, System.Single rotationCorrection, System.String[] args, System.Boolean autoHeight, System.Action callback) [0x005c5] in <280e37b83fc0448fa8ab8b1ad5ba2dc5>:0
at Oxide.Plugins.CopyPaste.TryPasteFromVector3 (UnityEngine.Vector3 pos, System.Single rotationCorrection, System.String filename, System.String[] args, System.Action callback) [0x00000] in <280e37b83fc0448fa8ab8b1ad5ba2dc5>:0
at Oxide.Plugins.CopyPaste.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0045d] in <280e37b83fc0448fa8ab8b1ad5ba2dc5>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <60c318df79ed41688ea59335e48d61ad>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <9882f28dc2204b4dba514a9ad18f5042>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <9882f28dc2204b4dba514a9ad18f5042>:0
(17:17:53) | Failed to call hook 'TryPasteFromVector3' on plugin 'CopyPaste v4.1.29' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.CopyPaste.Paste (System.Collections.Generic.ICollection`1[T] entities, System.Collections.Generic.Dictionary`2[TKey,TValue] protocol, System.Boolean ownership, UnityEngine.Vector3 startPos, Oxide.Core.Libraries.Covalence.IPlayer player, System.Boolean stability, System.Single rotationCorrection, System.Single heightAdj, System.Boolean auth, System.Action callback, System.String filename) [0x00042] in <280e37b83fc0448fa8ab8b1ad5ba2dc5>:0
at Oxide.Plugins.CopyPaste.TryPaste (UnityEngine.Vector3 startPos, System.String filename, Oxide.Core.Libraries.Covalence.IPlayer player, System.Single rotationCorrection, System.String[] args, System.Boolean autoHeight, System.Action callback) [0x005c5] in <280e37b83fc0448fa8ab8b1ad5ba2dc5>:0
at Oxide.Plugins.CopyPaste.TryPasteFromVector3 (UnityEngine.Vector3 pos, System.Single rotationCorrection, System.String filename, System.String[] args, System.Action callback) [0x00000] in <280e37b83fc0448fa8ab8b1ad5ba2dc5>:0
at Oxide.Plugins.CopyPaste.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0045d] in <280e37b83fc0448fa8ab8b1ad5ba2dc5>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <60c318df79ed41688ea59335e48d61ad>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <9882f28dc2204b4dba514a9ad18f5042>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <9882f28dc2204b4dba514a9ad18f5042>:0