1.6.0 exception error

I loaded the latest update and got this error.

(14:20:13) | NoFuelRequirements was compiled successfully in 1779ms

(14:20:13) | Unloaded plugin No Fuel Requirements v1.4.1 by k1lly0u

(14:20:13) | ExType: JsonSerializationException

(14:20:13) | Could not initialize plugin 'NoFuelRequirements v1.6.0' (ArgumentException: Requested value 'Chainsaw' was not found.)

at System.Enum+EnumResult.SetFailure (System.Enum+ParseFailureKind failure, System.String failureMessageID, System.Object failureMessageFormatArgument) [0x00023] in <fb001e01371b4adca20013e0ac763896>:0

at System.Enum.TryParseEnum (System.Type enumType, System.String value, System.Boolean ignoreCase, System.Enum+EnumResult& parseResult) [0x0017a] in <fb001e01371b4adca20013e0ac763896>:0

at System.Enum.Parse (System.Type enumType, System.String value, System.Boolean ignoreCase) [0x00010] in <fb001e01371b4adca20013e0ac763896>:0

at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureType (Newtonsoft.Json.JsonReader reader, System.Object value, System.Globalization.CultureInfo culture, Newtonsoft.Json.Serialization.JsonContract contract, System.Type targetType) [0x00051] in <271c58b7a8684db5a2c92be17a81f252>:0

(14:20:13) | No previous version to rollback plugin: NoFuelRequirements

Looks like there was some mismatch between the version I had locally and what was recently available. I don't know who posted the update but they added candles (which don't even use fuel...) and the chainsaw which I'm pretty sure didn't work. I'll look into adding it in properly

loaded 1.7.0 and got

(15:12:43) | NoFuelRequirements was compiled successfully in 1945ms

(15:12:43) | Unloaded plugin No Fuel Requirements v1.4.1 by k1lly0u

(15:12:43) | ExType: JsonSerializationException

(15:12:43) | Could not initialize plugin 'NoFuelRequirements v1.7.0' (ArgumentException: Requested value 'SmallCandle' was not found.)

at System.Enum+EnumResult.SetFailure (System.Enum+ParseFailureKind failure, System.String failureMessageID, System.Object failureMessageFormatArgument) [0x00023] in <fb001e01371b4adca20013e0ac763896>:0

at System.Enum.TryParseEnum (System.Type enumType, System.String value, System.Boolean ignoreCase, System.Enum+EnumResult& parseResult) [0x0017a] in <fb001e01371b4adca20013e0ac763896>:0

at System.Enum.Parse (System.Type enumType, System.String value, System.Boolean ignoreCase) [0x00010] in <fb001e01371b4adca20013e0ac763896>:0

at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureType (Newtonsoft.Json.JsonReader reader, System.Object value, System.Globalization.CultureInfo culture, Newtonsoft.Json.Serialization.JsonContract contract, System.Type targetType) [0x00051] in <271c58b7a8684db5a2c92be17a81f252>:0

(15:12:43) | Rolling back plugin to last good version: NoFuelRequirements

(15:12:43) | Failed to call hook 'OnServerInitialized' on plugin 'NoFuelRequirements v1.4.1' (NullReferenceException: Object reference not set to an instance of an object)

at Oxide.Plugins.NoFuelRequirements.RegisterPermissions () [0x00000] in <af0db379efae4ff69ef236e3361c5269>:0

at Oxide.Plugins.NoFuelRequirements.OnServerInitialized () [0x00000] in <af0db379efae4ff69ef236e3361c5269>:0

at Oxide.Plugins.NoFuelRequirements.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0006a] in <af0db379efae4ff69ef236e3361c5269>:0

at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>:0

at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <bae5f1223fce49c493b01571c99dce02>:0

at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <bae5f1223fce49c493b01571c99dce02>:0

(15:12:43) | Loaded plugin No Fuel Requirements v1.4.1 by k1lly0u

Post your config and Ill add invalid types to the remove list

{
"Entities that ignore fuel consumption": {
"Campfire": false,
"CandleHat": true,
"CeilingLight": false,
"Firepit": false,
"Fireplace": false,
"Furnace": false,
"Lanterns": true,
"LargeFurnace": false,
"MinersHat": true,
"OilRefinery": false,
"Quarry": false,
"TunaLight": true,
"Searchlight": false,
"FogMachine": false,
"SnowMachine": false,
"CursedCauldren": false,
"ChineseLantern": true,
"Barbeque": true,
"Chainsaw": true,
"SmallCandle": true,
"LargeCandle": true,
"SmallGenerator": true,
"HoboBarrel": true
},
"Require permission to ignore fuel consumption": false,
"Version": {
"Major": 1,
"Minor": 4,
"Patch": 1
}
}

Merged post

1.8.0 working Thanks