QuickSmelt Not WorkingSolved

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



does it say any errors in console

No errors in the console and none in the log(output_log.txt) that I can see. I've tried removing the plugin and reinstalling it but can't seem to get it to work

 

Edit: I was looking at the wrong log file. In the oxide log I do see the below error. Looking at line 6 that would be the furnance.large modifier

14:59 [Error] QuickSmelt v5.1.3: Failed to load config file (is the config file corrupt?) 
(After parsing a value an unexpected character was encountered: ".
Path '['Speed Multipliers'].furnace', line 6, position 1.)
14:59 [Error] [Quick Smelt] Your configuration file contains an error. Using default configuration values.
14:59 [Warning] Calling 'OnServerInitialized' on 'QuickSmelt v5.1.3' took 168ms


Merged post

So looked at the code again with fresh eyes and saw the problem. Forgot to include the , after the furnace modifier... lol 
Locked automatically