Hello guys here is what i did
1 Download the plugin
2 Intall the plugin in Oxide/plugins file
3 open the Quicksmelt.json
4 Modify the inside with config player posted in this forum
5 put the permission to true
6 restart server
Noting seems to work. Can someone help me ? all i want is to modify the smelting to 5x
Thanks.
Merged post
Here is my json
1 Download the plugin
2 Intall the plugin in Oxide/plugins file
3 open the Quicksmelt.json
4 Modify the inside with config player posted in this forum
5 put the permission to true
6 restart server
Noting seems to work. Can someone help me ? all i want is to modify the smelting to 5x
Thanks.
Merged post
Here is my json
{
"Permission": "quicksmelt.use",
"Use Permission": false,
"Speed Multipliers": {
"furnace": 10.0,
"small.oil.refinery": 10.0,
"furnace.large": 10.0,
"campfire": 1.0,
"BBQ": 1.0
},
"Fuel Usage Speed Multipliers": {
"furnace": 1
},
"Fuel Usage Multipliers": {
"furnace": 1,
"small.oil.refinery": 1,
"furnace.large": 1,
"campfire": 1,
"BBQ": 1
},
"Output Multipliers": {
"furnace": {
"charcoal": 1,
"metal.fragments": 1,
"sulfur": 1,
"metal.refined": 1
},
"small.oil.refinery": {
"lowgradefuel": 1
},
"furnace.large": {
"charcoal": 1,
"metal.fragments": 1,
"sulfur": 1,
"metal.refined": 1
}
},
"Whitelist": {
"furnace": [
"metal.ore",
"sulfur.ore",
"hq.metal.ore"
],
"furnace.large": [
"metal.ore",
"sulfur.ore",
"hq.metal.ore"
],
"small.oil.refinery": [
"lowgradefuel"
],
"campfire": [
"deermeat.raw",
"chicken.raw",
"humanmeat.raw",
"fish.raw",
"bearmeat",
"wolfmeat.raw",
"meat.pork.raw"
],
"BBQ": [
"deermeat.raw",
"chicken.raw",
"humanmeat.raw",
"fish.raw",
"bearmeat",
"wolfmeat.raw",
"meat.pork.raw"
]
},
"Blacklist": {
"furnace": [
"deermeat.cooked",
"chicken.cooked",
"humanmeat.cooked",
"fish.cooked",
"bearmeat.cooked",
"wolfmeat.cooked",
"meat.pork.cooked"
],
"furnace.large": [
"deermeat.cooked",
"chicken.cooked",
"humanmeat.cooked",
"fish.cooked",
"bearmeat.cooked",
"wolfmeat.cooked",
"meat.pork.cooked"
],
"campfire": [
"deermeat.cooked",
"chicken.cooked",
"humanmeat.cooked",
"fish.cooked",
"bearmeat.cooked",
"wolfmeat.cooked",
"meat.pork.cooked"
],
"BBQ": [
"deermeat.cooked",
"chicken.cooked",
"humanmeat.cooked",
"fish.cooked",
"bearmeat.cooked",
"wolfmeat.cooked",
"meat.pork.cooked"
]
},
"Smelting Frequencies (Smelt items every N smelting ticks)": {
"global": 1,
"furnace.shortname": 1
},
"Debug": false
}