Im having the same issue as the guy a few days ago. When i add QuickSmelt.cs to my oxide plugins folder - it does not generate the QuickSmelt.json file in my config folder, I tried to manually create this folder but the plugin is not communicationg with the config file at all - any suggestions ?
Heres my config.....
Heres my config.....
{
"Use Permission": true,
"Speed Multipliers": {
"global": 1.0,
"furnace": 10.0,
"furnace.large": 2.0,
"small.oil.refinery": 2.0
},
"Fuel Usage Speed Multipliers": {
"global": 1.0,
"furnace": 1.0,
"furnace.large": 1.0,
"small.oil.refinery": 1.0
},
"Fuel Usage Multipliers": {
"global": 1,
"furnace": 1,
"furnace.large": 1,
"small.oil.refinery": 1
},
"Output Multipliers": {
"global": {
"global": 1.0
},
"furnace.shortname": {
"item.shortname": 1.0
}
},
"Whitelist": {
"global": [
"item.shortname"
],
"furnace.shortname": [
"item.shortname"
]
},
"Blacklist": {
"global": [
"item.shortname"
],
"furnace.shortname": [
"item.shortname"
]
},
"Smelting Frequencies (Smelt items every N smelting ticks)": {
"global": 1,
"furnace.shortname": 1
},
"Debug": true
}