I've tried everything to make this work on my server, but it just won't stick. This is the way my config is set up, I've changed everything except the tick frequencies and nothing makes a difference. Perms are enabled for everyone
{
"Use Permission": true,
"Speed Multipliers": {
"global": 20.0,
"furnace": 20.0,
"furnace.large": 20.0,
"campfire": 20.0,
"small.oil.refinery": 20.0
},
"Fuel Usage Speed Multipliers": {
"global": 5.0,
"furnace.shortname": 1.0
},
"Fuel Usage Multipliers": {
"global": 1.0,
"furnace": 1.0,
"furnace.large": 1.0,
"campfire": 1.0,
"small.oil.refinery": 1.0
},
"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.0,
"furnace.shortname": 1
},
"Debug": false
}