I am getting the following error every time my server starts up. I tried deleting the config file and letting it regenerate, but then it just comes back the next time the server starts.
Loaded plugin Quarry Controller v1.0.4 by MrMokka [93ms]
Failed to load config file (is the config file corrupt?) (Additional text found in JSON string after finishing deserializing object.)
at object Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, bool checkAdditionalContent)
at object Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
at object Newtonsoft.Json.JsonSerializer.Deserialize(JsonReader reader, Type objectType)
at object Newtonsoft.Json.JsonConvert.DeserializeObject(string value, Type type, JsonSerializerSettings settings)
at Dictionary<string, object> Newtonsoft.Json.JsonConvert.DeserializeObject<Dictionary<string, object>>(string value, JsonSerializerSettings settings)
at void Oxide.Core.Configuration.DynamicConfigFile.Load(string filename) in /home/runner/work/Carbon/Carbon/src/Carbon.Components/Carbon.Common/src/Oxide/Configuration/DynamicConfigFile.cs:line 21
at void Oxide.Core.Plugins.Plugin.LoadConfig() in /home/runner/work/Carbon/Carbon/src/Carbon.Components/Carbon.Common/src/Oxide/Plugin.cs:line 647