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:
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.