Greetings, thanks for the awesome plugin. My only concern with it's use is that it seems that players are getting endless amounts of charcoal from campfires etc using only 1 wood, which some might see as an advantage for raiders. Is there a way for the charcoal production to match the actual amount of wood used?
Players getting endless charcoal
In the config. file everything is set to true. true means it will ignore fuel so as shown below i set for campfire to false
{
"Entities that ignore fuel consumption": {
"Campfire": false,
"CandleHat": true,
"CeilingLight": true,
"Firepit": true,
"Fireplace": true,
"Furnace": false,
"Lanterns": true,
"LargeFurnace": false,
"MinersHat": true,
"OilRefinery": true,
"Quarry": false,
"TunaLight": true,
"Searchlight": true,
"FogMachine": true,
"SnowMachine": true,
"CursedCauldren": true
},
"Require permission to ignore fuel consumption": false,
"Version": {
"Major": 1,
"Minor": 3,
"Patch": 6
}
}