dark I dl you last update and got that error
[Load] An exception occurred: Newtonsoft.Json.JsonSerializationException: Error setting value to 'Difficulty' on 'QuestPlugin.QuestPluginSettings'. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at QuestPlugin.QuestPluginSettings.set_Difficulty(String value)
at SetDifficulty(Object , Object )
at Newtonsoft.Json.Serialization.DynamicValueProvider.SetValue(Object target, Object value)
--- End of inner exception stack trace ---
at Newtonsoft.Json.Serialization.DynamicValueProvider.SetValue(Object target, Object value)
at €..(JsonProperty , JsonConverter , JsonContainerContract , JsonProperty , JsonReader , Object )
at €..(Object , JsonReader , JsonObjectContract , JsonProperty , String )
at €..(JsonReader , Object )
at Newtonsoft.Json.JsonSerializer.(JsonReader , Object )
at Newtonsoft.Json.JsonSerializer.Populate(JsonReader reader, Object target)
at Newtonsoft.Json.JsonConvert.PopulateObject(String value, Object target, JsonSerializerSettings settings)
at Newtonsoft.Json.JsonConvert.PopulateObject(String value, Object target)
at Loki.Utilities.JsonSettings.LoadFrom(String file)
at Loki.Utilities.JsonSettings.Load()
at Loki.Utilities.JsonSettings..ctor(String path)
at QuestPlugin.QuestPluginSettings..ctor()
at QuestPlugin.QuestPluginSettings.get_Instance()
at QuestPlugin.QuestPlugin.get_Settings()
at Loki.Bot.Utility.(Object )
at Loki.Bot.PluginManager.Load().