Possibly conflicting with Quick Smelt
I have posted on misticos plugin section, also about this thing.

It seems that the two plugins interfere with each other in a way...

Notably, when I put more than one log in a campfire, cursed cauldron, BBQ and then I pull away logs until 1 left, the plugin stop working and turn off the item way before the timed schedule.

here it is my json config:

{
  "Light Settings": {
    "BBQ": {
      "This type is enabled": true,
      "This type consumes fuel": false,
      "This type can be toggled by the owner": true,
      "This type requires permission to be toggled by the owner": true
    },
    "Campfire": {
      "This type is enabled": true,
      "This type consumes fuel": false,
      "This type can be toggled by the owner": true,
      "This type requires permission to be toggled by the owner": true
    },
    "Firepit": {
      "This type is enabled": false,
      "This type consumes fuel": true,
      "This type can be toggled by the owner": true,
      "This type requires permission to be toggled by the owner": true
    },
    "Fireplace": {
      "This type is enabled": true,
      "This type consumes fuel": false,
      "This type can be toggled by the owner": true,
      "This type requires permission to be toggled by the owner": true
    },
    "Furnace": {
      "This type is enabled": false,
      "This type consumes fuel": true,
      "This type can be toggled by the owner": false,
      "This type requires permission to be toggled by the owner": false
    },
    "JackOLantern": {
      "This type is enabled": true,
      "This type consumes fuel": true,
      "This type can be toggled by the owner": true,
      "This type requires permission to be toggled by the owner": true
    },
    "Lanterns": {
      "This type is enabled": true,
      "This type consumes fuel": false,
      "This type can be toggled by the owner": true,
      "This type requires permission to be toggled by the owner": true
    },
    "LargeFurnace": {
      "This type is enabled": false,
      "This type consumes fuel": true,
      "This type can be toggled by the owner": true,
      "This type requires permission to be toggled by the owner": true
    },
    "Searchlight": {
      "This type is enabled": true,
      "This type consumes fuel": false,
      "This type can be toggled by the owner": true,
      "This type requires permission to be toggled by the owner": true
    },
    "TunaLight": {
      "This type is enabled": true,
      "This type consumes fuel": false,
      "This type can be toggled by the owner": true,
      "This type requires permission to be toggled by the owner": true
    },
    "Refinery": {
      "This type is enabled": false,
      "This type consumes fuel": true,
      "This type can be toggled by the owner": true,
      "This type requires permission to be toggled by the owner": true
    },
    "CursedCauldren": {
      "This type is enabled": true,
      "This type consumes fuel": false,
      "This type can be toggled by the owner": true,
      "This type requires permission to be toggled by the owner": true
    },
    "ChineseLantern": {
      "This type is enabled": true,
      "This type consumes fuel": false,
      "This type can be toggled by the owner": true,
      "This type requires permission to be toggled by the owner": true
    }
  },
  "Time autolights are disabled": 9.5,
  "Time autolights are enabled": 18.5,
  "Version": {
    "Major": 2,
    "Minor": 0,
    "Patch": 96
  }
}​

 As you can see the lights are disablet at 9.5 but if I trick the plugin pulling out logs and leaving just one, no matter what is written on the code, the log get consumed and the item turn off.


Just don't use any other value than "1" in QuickMelt-config for "Fuel Usage Multiplier" and "Fuel Speed Multiplier"
I am testing it right now.
You mean this values, right?
  "Fuel Usage Speed Multipliers": {
    "furnace": 1,
    "furnace.large": 1,
    "refinery_small_deployed": 1,
    "campfire": 1,
    "skull_fire_pit": 1,
    "fireplace.deployed": 1,
    "bbq.deployed": 1
  },
  "Fuel Usage Multipliers": {
    "furnace": 1,
    "furnace.large": 1,
    "refinery_small_deployed": 1,
    "campfire": 1,
    "skull_fire_pit": 1,
    "fireplace.deployed": 1,
    "bbq.deployed": 1
  },​
Toliman
Just don't use any other value than "1" in QuickMelt-config for "Fuel Usage Multiplier" and "Fuel Speed Multiplier"

Thank you 1000 times! It works perfectly!! :-D