Can't get the plugin to initializeSolved
In Serverauto.cfg i added the following line; o.grant group default quicksmelt.use

In the oxide/config/quicksmelt i added the following coding; 

{
  "Permission": "quicksmelt.use",
  "Use Permission": true,
  "Speed Multipliers": {
    "global": 1.0,
    "furnace.shortname": 1.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
}​


And the plugin will not initiate on our server. Can somebody please help me if i am making some obvious errors in my work? 

Just use this command in console, don't add it in serverauto.cfg

Merged post

Or change Use Permission in configuration to false. That should work :D
In response to misticos ():
Just use this command in console, don't add it in serverauto.cfg

Merged post

O...
I did this, but cannot get this to work. I use oxide.reload when doing changes - is that enough or do the server need restart on every change to the config? 
It should be enough

Merged post

So what's wrong?

Yeah I had this working yesterday before the wipe. Today it will not work :( Ill keep you updated as i try to work it out.

Tried unloading and reloading.

Tried revoking and re granting permissions

Tried turning the use permssions to false

Just going to redownload and go to default cfg file again (not that that should be a problem but worth trying)



Merged post

Fixed.

My Fix was to completely remove the plugin and its config file, redownload a fresh copy from Umod then start over. Meaning I probably screwed up in the config file somewhere even though it was a valid JSON.

I got it working by restarting the server after reinstalling the plugin.
Locked automatically