Can't get quick smelting to work

Hello Guys,

Firstly, thank to the dev to build this plugings. Thank for your time dev!
Secondly, thank in advance to the community :)

At this point, I see the pluging don't work.

I don't have modify the .cs.

I wait after first lunch for auto creation of the .json.

I override all line in the .json by a template I found here, and having modify for my rates :

{
  "Permission": "quicksmelt.use",
  "Use Permission": true,
  "Speed Multipliers": {
    "furnace": 3.0,
    "furnace.large": 5.0,
    "refinery_small_deployed": 4.0,
    "campfire": 2.0,
    "skull_fire_pit": 2.0,
    "fireplace.deployed": 2.0,
    "bbq.deployed": 4.0
  },
  "Fuel Usage Speed Multipliers": {
    "furnace": 1.0,
    "furnace.large": 1.0,
    "refinery_small_deployed": 1.0,
    "campfire": 1.0,
    "skull_fire_pit": 1.0,
    "fireplace.deployed": 1.0,
    "bbq.deployed": 1.0
  },
  "Fuel Usage Multipliers": {
    "furnace": 1,
    "furnace.large": 1,
    "refinery_small_deployed": 1,
    "campfire": 1,
    "skull_fire_pit": 1,
    "fireplace.deployed": 1,
    "bbq.deployed": 1
  },
  "Output Multipliers": {
    "furnace": {
      "metal.fragments": 1.0,
      "sulfur": 1.0,
      "metal.refined": 1.0,
      "charcoal": 1.0
    },
    "furnace.large": {
      "metal.fragments": 1.0,
      "sulfur": 1.0,
      "metal.refined": 1.0,
      "charcoal": 1.0
    },
    "refinery_small_deployed": {
      "lowgradefuel": 1.0,
      "charcoal": 1.0
    },
    "campfire": {
      "bearmeat.cooked": 1.0,
      "chicken.cooked": 1.0,
      "deermeat.cooked": 1.0,
      "fish.cooked": 1.0,
      "horsemeat.cooked": 1.0,
      "humanmeat.cooked": 1.0,
      "meat.pork.cooked": 1.0,
      "wolfmeat.cooked": 1.0,
      "charcoal": 1.0
    },
    "skull_fire_pit": {
      "bearmeat.cooked": 1.0,
      "chicken.cooked": 1.0,
      "deermeat.cooked": 1.0,
      "fish.cooked": 1.0,
      "horsemeat.cooked": 1.0,
      "humanmeat.cooked": 1.0,
      "meat.pork.cooked": 1.0,
      "wolfmeat.cooked": 1.0,
      "charcoal": 1.0
    },
    "fireplace.deployed": {
      "bearmeat.cooked": 1.0,
      "chicken.cooked": 1.0,
      "deermeat.cooked": 1.0,
      "fish.cooked": 1.0,
      "horsemeat.cooked": 1.0,
      "humanmeat.cooked": 1.0,
      "meat.pork.cooked": 1.0,
      "wolfmeat.cooked": 1.0,
      "charcoal": 1.0
    },
    "bbq.deployed": {
      "bearmeat.cooked": 1.0,
      "chicken.cooked": 1.0,
      "deermeat.cooked": 1.0,
      "fish.cooked": 1.0,
      "horsemeat.cooked": 1.0,
      "humanmeat.cooked": 1.0,
      "meat.pork.cooked": 1.0,
      "wolfmeat.cooked": 1.0,
      "charcoal": 1.0
    }
  },
  "Whitelist": {
    "furnace": [
      "metal.ore",
      "sulfur.ore",
      "hq.metal.ore",
      "can.tuna.empty",
      "can.beans.empty"
    ],
    "furnace.large": [
      "metal.ore",
      "sulfur.ore",
      "hq.metal.ore",
      "can.tuna.empty",
      "can.beans.empty"
    ],
    "small.oil.refinery": [
      "crude.oil"
    ],
    "campfire": [
      "bearmeat",
      "chicken.raw",
      "deermeat.raw",
      "fish.raw",
      "horsemeat.raw",
      "humanmeat.raw",
      "meat.boar",
      "wolfmeat.raw",
      "can.tuna.empty",
      "can.beans.empty"
    ],
    "skull_fire_pit": [
      "bearmeat",
      "chicken.raw",
      "deermeat.raw",
      "fish.raw",
      "horsemeat.raw",
      "humanmeat.raw",
      "meat.boar",
      "wolfmeat.raw",
      "can.tuna.empty",
      "can.beans.empty"
    ],
    "fireplace.deployed": [
      "bearmeat",
      "chicken.raw",
      "deermeat.raw",
      "fish.raw",
      "horsemeat.raw",
      "humanmeat.raw",
      "meat.boar",
      "wolfmeat.raw",
      "can.tuna.empty",
      "can.beans.empty"
    ],
    "bbq.deployed": [
      "bearmeat",
      "chicken.raw",
      "deermeat.raw",
      "fish.raw",
      "horsemeat.raw",
      "humanmeat.raw",
      "meat.boar",
      "wolfmeat.raw",
      "can.tuna.empty",
      "can.beans.empty"
    ]
  },
  "Blacklist": {
    "global": [
      "bearmeat.cooked",
      "chicken.cooked",
      "deermeat.cooked",
      "fish.cooked",
      "horsemeat.cooked",
      "humanmeat.cooked",
      "meat.pork.cooked",
      "wolfmeat.cooked"
    ]
  },
  "Smelting Frequencies (Smelt items every N smelting ticks)": {
    "global": 2
  },
  "Debug": false
}



I try some command I found, but I don't understand anything in the plugings system of rust...

I hope the is a easy way to have quick smelt, like death note : you just put file into the /oxide/plugins, and immediatly works... You can adjust all by modify .json file xD

Here, a screenshot of the cmd runs the server : https://urlz.fr/boeb
Thank in advance to anyone cans help me!

N.B. : I'm french... plz use an easy english to answer if you can!

It is unnecessary to add default items to the whitelist. And you have `Use Permission` enabled so consider granting it first.
5b6ed4c9ac8e4.jpg misticos
It is unnecessary to add default items to the whitelist. And you have `Use Permission` enabled so consider granting it first.

Ok, but I don't know what I need to delete :s

How to consider forever granting it plz?

Thank for your answer :)