I've been trying to get quicksmelt to work on my server for a few hours now and not having any luck.
Below is the code from the json file, everything looks correct to me. Initially I gave all groups permission to use quicksmelt. That didn't work, so i changed the json file permissions to false so that all groups could use it regardless of permissions. I have also tried increasing the Global to 10.0 as well, but it is still not working. I've restarted the server, reloaded the plugin. Any insights, thoughts, or something I missed?
"Use Permission": false,
"Speed Multipliers": {
"global": 1.0,
"furnace": 10.0
"furnace.large": 10.0
},
"Fuel Usage Speed Multipliers": {
"global": 1.0,
"furnace.shortname": 1.0
},
"Fuel Usage Multipliers": {
"global": 1,
"furnace.shortname": 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": false